How to save a file with name as a variable in For loop to save multiple files
Hi, I am trying to save files in a for loop, the problem is how to put a variable into the file saving procedure,
However, it looks the file save part is not working.
I didn't use any clear global to make sure filename has be assigned with the original value.
Is there any problem with my saving part?
Thanks
// filename is a variable assigned below,
For( j = 1, j <= N Row( sdt ), j++,
filename ...
jay_holavarri