Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Repeating Macro groups
#2
Here mac is macro name? I think here you should use function instead of macro. Assume, its name is Func294. At the beginning of the function, insert this:

function str's

Here s is local variable that contains the value that is passed by the macro ("test1", "testconfirm", ...). Use s in the function.

The macro would look like this:

rep
,Func294 "test1"
,Func294 "testconfirm"
,Func294 "testcomplete"

Here , are used instead of tabs because tabs would disappear.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)