1. GetFileList>filespec,result
2. Separate>list,delimiter,returnvar
- The first imposes a semicolon ; as the delimiter

- The second let's us choose our own delimiter

Semicolon ; is a valid char in a filename so if you have filenames
full of semicolons, Separate> isn't going to do you much good.
Could GetFileList> be enhanced to let us choose our own delimiter?
GetFileList>filespec,result,delimiter
Then we could just choose a delimiter that's not a valid character in
a filename and the Separate> command would work perfectly every time.
If you added the delimiter at the end and made it optional, you'd even
keep backward compatibility, default could still be the semicolon ;
unless something else was specified.
Anyone else run into this problem? If so, how did you get around it?
Oh, and a big thanks to Bob Hansen, Lumumba, Marcus and others...
I've learned a lot from your posts in the Forums here.