Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Store command in variable and then call?
#1
Hi,

Is it possible to save commands to a variable and then call them later in a macro using an if statement?

Eg. A = 'T ;; A = Press Tab

if(something=1)
A

Thanks.
#2
Macro Macro1567
Code:
Copy      Help
str A=
;function x
;'T ;; A = Press Tab

if 1
,RunTextAsFunction2 A


Forum Jump:


Users browsing this thread: 1 Guest(s)