Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Remove text/find/replace ect
#5
Macro Macro1659
Code:
Copy      Help
str s=10.5
;convert str to double
double d=val(s 2)
out d
;now with d can do calculations with + - / *
d+1
d=d+1
;convert double to str
s=d
out s


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)