Page 1 of 1

Debugging

Posted: January 29th, 2019, 4:28 am
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?

Re: Debugging

Posted: January 29th, 2019, 7:13 am
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) )

Re: Debugging

Posted: January 29th, 2019, 7:59 am
by col Ar
Thanks a lot, saw where the problem is