Array variable

A Snippet from:

let>counter=1
while>counter<=numSteps
    gosub>copyMoveDown
    getClipBoard>temp
    let>Steps[%counter%]=%temp%
     let>counter=counter+1
endwhile

Select the code above to paste into your macro. Or: View Raw Text

Link: http://www.mjtnet.com/snip.htm?g=53739d3fb013d

Forum Embed Code - click to select all then copy (CTRL-C):

When pasting into the forum do NOT modify the script code or it will not match what is in the database - create a new snippet instead!