Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A quick question about outputting integer variables
#3
Need to convert the variable to string.
To create code you can use dialog 'Text'.
Macro Macro2322
Code:
Copy      Help
int a=2
key F"{a}"
;or
key (_s.from(a))


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)