I have tried everything to get a simple bit of code to work but nothing has worked.
pseudocode:
get user answer (yes/no)
if answer = yes
print yes
I always get the same error "Cannot assign to a named constant"
i have tried
--
t = LGT(answer, 'yes')
IF(t)
--
if(answer .eq. 'yes)
--
if(LGT(answer, yes))
--
and any other combination.
Please help
Thanks
pseudocode:
get user answer (yes/no)
if answer = yes
print yes
I always get the same error "Cannot assign to a named constant"
i have tried
--
t = LGT(answer, 'yes')
IF(t)
--
if(answer .eq. 'yes)
--
if(LGT(answer, yes))
--
and any other combination.
Please help
Thanks