Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
addition
#2
Macro
Code:
Copy      Help
str a.getwintext(id(3 win("my media" "#32770")))
str b.getwintext(id(4 win("my media" "#32770")))
str c=val(a)+val(b) ;;val converts string to number. Then you can add the numbers. = converts number to string.
c.setwintext(id(5 win("my media" "#32770")))


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)