View Single Post
  #1  
Old 01-15-2014, 01:36 PM
Tony2 Tony2 is online now
Registered User
 
Join Date: 03-22-2011
Posts: 3
Question Accessing macro array elements

Hi all

So I have a step which reads a file using a regex and matches 4 groups.
I have the option "Store matching groups in array"
And the macro it is going in is named DATABASE

If I log %DATABASE% to the output then I get 4 lines containing the information.
I need to be able to access each element individually so that I can run a command line putting the right elements in the right places....

How do I do this, I can't find anything on accessing a macro array in the help....

Thanks
Reply With Quote