is there any place where you can see how to do simple calucalation examples with the script editor?
i have been trying to do this:
dim status1 as string
dim status2 as string
'read a date like "08"
emreadscreen status1,2,3,57
'substract the date with one month
status2 = status1 - 1
emsetcursor 22,6
'which then should show "07"
emsendkey status2
instead i just get "081", how could i fix this?
#Rumba




