Re: CC501
If I need to store the path of a file in a string, I use "path$" in the program.
The odd thing is that the word "path$" auto-caps like it's a reserved word. I bring up the help file and all it shows is "PATHNAME$" and "PATHSCAN$".
Using PATH$ by itself seems to work as advertised (for my exclusive use) and doesn't seem to present a problem. The program compiles and runs okay with (mostly) expected results.
Any comments? Should I use it or not? Why does it auto-cap?
I'm going to send this to support and see what they say.
If I need to store the path of a file in a string, I use "path$" in the program.
The odd thing is that the word "path$" auto-caps like it's a reserved word. I bring up the help file and all it shows is "PATHNAME$" and "PATHSCAN$".
Using PATH$ by itself seems to work as advertised (for my exclusive use) and doesn't seem to present a problem. The program compiles and runs okay with (mostly) expected results.
Any comments? Should I use it or not? Why does it auto-cap?
I'm going to send this to support and see what they say.
Comment