Problem with recognition of decimals
Posted: Fri May 11, 2018 1:37 pm
Hello,
I have run this loop:
for !x=70 to 74 step 0.1
!h= !x*10
smpl if debt>!x
series hdebt_!h =1
smpl @all
smpl if debt<!x
series ldebt_!h=1
smpl @all
next
One of the series generated would be hdebt_709 when debt>70.9 but when I run the program it doesn't work, it shows this message "9999999 is not a member or procedure of hdebt_709 in series hdebt_!h=1". Which could be the problem?
Thank you!
I have run this loop:
for !x=70 to 74 step 0.1
!h= !x*10
smpl if debt>!x
series hdebt_!h =1
smpl @all
smpl if debt<!x
series ldebt_!h=1
smpl @all
next
One of the series generated would be hdebt_709 when debt>70.9 but when I run the program it doesn't work, it shows this message "9999999 is not a member or procedure of hdebt_709 in series hdebt_!h=1". Which could be the problem?
Thank you!