I am using QBasic 1.1 (pretty old, I think!)<br><br>Is there a way to use long filenames? I have tried using variables and double quotes, but I keep getting errors. I'd like to be able to do something like:<br><br>f$="myfilenamehere.txt"<br>open f$ for input as #1<br><br>Thanks!