Debugging

Discussions about CSEntry
Forum rules
New release: CSPro 8.0
Post Reply
col Ar
Posts: 24
Joined: January 11th, 2019, 4:05 am

Debugging

Post by col Ar »

Dear All,
I have this program and am stuck at the level of the error below when compiling.
I dont seem to understand what causes it.
Could someone help?
Attachments
CheckID.zip
(63.35 KiB) Downloaded 194 times
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: Debugging

Post by josh »

In this line MOD_710 is not a variable in your dictionary which is why you get the error "Dictionary object expected".

hhe = FileWrite( WriteMSG, alphaMSG, HHNUM, GetLabel(MOD_710) )
col Ar
Posts: 24
Joined: January 11th, 2019, 4:05 am

Re: Debugging

Post by col Ar »

Thanks a lot, saw where the problem is
Post Reply