Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Subract? Divide?
#2

When dealing with numbers you should use
int.

Try these:

Macro ( Macro40 )
Code:
Copy      Help
str a c
int d b
0 WV "Finance"
a.getwintext(id(1918 "Finance"))
a.replacerx(",")
a=b
out b
d=1000000
c= d-b
out c





Macro ( Macro43 )
Code:
Copy      Help
int a b c
a= 100
b= 10
c= a/b
out c
Taking on Quick Macros one day at a time


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)