12-21-2007, 12:55 AM
I think there is a problem wen converting the var to an int...any ideas?
This outputs the right number...
Macro ( Macro )
But this doesnt...
Macro ( Macro )
Seems to be code changes after saying var=int ??
This outputs the right number...
Macro ( Macro )
str a c
int d b
0 WV "Finance"
a.getwintext(id(1918 "Finance"))
a.replacerx(",")
;b=a
out a
;d=1000000
;c= d-b
;out c But this doesnt...
Macro ( Macro )
str a c
int d b
0 WV "Finance"
a.getwintext(id(1918 "Finance"))
a.replacerx(",")
b=a
out b
;d=1000000
;c= d-b
;out c Seems to be code changes after saying var=int ??
