Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HELP WITH MY MACRO
#6
There are several functions that can be used to join strings and numbers. The easiest is from. Also you have to use variables. str variables for strings, int variables for numbers. To repeat, use rep or for or goto. With key variables must be enclosed in ().

Macro
Code:
Copy      Help
str s
int i
for i 1 6
,s.from("day" i)
,key (s) Y


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)