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?
Debugging
-
josh
- Posts: 2403
- Joined: May 5th, 2014, 12:49 pm
- Location: Washington DC
Re: Debugging
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) )
hhe = FileWrite( WriteMSG, alphaMSG, HHNUM, GetLabel(MOD_710) )
-
col Ar
- Posts: 24
- Joined: January 11th, 2019, 4:05 am
Re: Debugging
Thanks a lot, saw where the problem is