Ampersand in filename
- Posted by dcole Dec 30, 2010
- 1185 views
Hello everybody,
If an ampersand is used in the fileName the file will not open.
How can I fix this.
Change the file name? How if not manually in windows?
Example:
sequence fileName FileName="e:\\stocks\\web\\Scottrade - Quotes & Research.htm" fn=open(FileName,"r") ?fn
gives fn=-1
FileName="e:\\stocks\\web\\Scottrade - Quotes + Research.htm" fn=open(FileName,"r") ?fn
gives fn=3 (works ok)
I'm using Ver. 3 Don Cole