I have a string, which is used to create an output file name
I have to ensure there are no characters in the string which will cause an error when the file is opened for output.
eg file!~$?/!@ .txt would cause an error
?Is there a sub routine which
1. checks for bad characters
2. removes bad characters
Appreciate any ideas
Regards kennedymr2