GetFileList>c:\a1\*.*,fl,;
separate>fl,;,Flist
What I am wanting to do is
GetFileList>c:\a1\*.*,fl,;
Let>myFList=Test (will actually be a passed variable)
separate>fl,;,%myFlist%
I was hoping I would end up with my list of files in
Test_1, Test_2, ......
I am actually getting them in an array
%myFlist%_1, %myFlist_2%, .......
Any Suggestions on how to acheive this.

Thanks.