Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Few questions...
#2
To use variables with key, enclose in (). Also it must be a string variable.

Macro Macro1170
Code:
Copy      Help
int i
for i 0 20
,str s=i
,key (s) Y

or

Macro Macro1170
Code:
Copy      Help
str k=""
int i
for i 0 20
,str s=i
,k.addline(s)

key (k)

;or

outp k

----------------------------------

backspace is
key B
or
key (VK_BACK)

You can record.

-------------------------------

rep(8) key (VK_LEFT)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)