12-20-2007, 03:54 AM
Hey im killing myself tryin to figure this out lol i know i know how to do it just cant remember maybe have to use from but cant get it to work but what i want to do is below....
Macro ( Macro )
Something like that but i know i dont use c=(d-a) please help lol only part i have problem with is the part to subtract a from int d maybe d must be a var. please help lol thanks!
Also same thing with this? Division? how would i do some kind of division...example...
Macro ( Macro2 )
Thanks
Macro ( Macro )
str a b c
int d
0 WV "Finance"
a.getwintext(id(1918 "Finance"))
a.replacerx(",")
out a
d="1000000"
c=(d-a)
out cSomething like that but i know i dont use c=(d-a) please help lol only part i have problem with is the part to subtract a from int d maybe d must be a var. please help lol thanks!
Also same thing with this? Division? how would i do some kind of division...example...
Macro ( Macro2 )
Thanks
