07-02-2014, 03:41 AM
Select macro text (Ctrl+A) and press Tab. It inserts tab before selected lines. Then add "rep 10" line at the beginning, without tab.
Macro Macro2361
If need a counter variable:
Macro Macro2361
In Java it would be
for(int i=0; i<10; i++){
...
...}
Quick Macros language - everything is in the help file.
Also look in Quick Macros window, Tips pane at the bottom, 'Code tips and examples'.
Macro Macro2361
If need a counter variable:
Macro Macro2361
In Java it would be
for(int i=0; i<10; i++){
...
...}
Quick Macros language - everything is in the help file.
Also look in Quick Macros window, Tips pane at the bottom, 'Code tips and examples'.