Hello,
I'm tring to set a string variable to be a path and filename to a certain file.
I need it to look like:
(load "S:\Tools\Tools_Subfolder\MyStuff\\test.txt")
But when I try this command:
LoadCommand = "(load \"S:\Tools\Tools_Subfolder\MyStuff\test.txt \")"
I get:
Compile error, Expected End of Statement
The cursor highlights the S
Thanks,
Mark