Anyone knows how I can create unique fileNames? I have a tokenized valueList and I am outputting the valueList to a file. I need each file to be unique but I am not sure how I can accomplish that. Is there an easy way or only a hard way? Any help appreciated.
The package i sent you has this feature.create a counter variable and whenever you find an E entry, increment the counter by 1.concatenate this counter variable with the filename you want to give.or you can follow Chris Coyle’s suggestion.