Hi.
I have got a string containing 10 file names.
Here is the list…
I need to put these into an array but some of the file names contain “,” which is confusing the assign activity. currently arrTenFilesArray = TenFiles.Split(","c)
How do i get around this? even if its renaming files with , in before hand.
Thank you