Guest_imported
New member
- Jan 1, 1970
- 0
Is it possible to print something to the screen or to a file with the quotations? In using QBasic, the program assumes that I am making two seperate...things...anyway, what I want to do is take the user input (name of program) and make a line that looks like this.
Name "xxxxxxxx"
So I set up the code to look like this.
"Name ""; program$ ;"""
and it does this to my code
"Name "; "; program$ ;" ""
I'm pretty sure you can all tell I'm *very* new at this and I have tried desperately for 3 hours so far to figure it out on my own, but I need a brain to talk to. Not a search engine. PLEASE HELP!
Name "xxxxxxxx"
So I set up the code to look like this.
"Name ""; program$ ;"""
and it does this to my code
"Name "; "; program$ ;" ""
I'm pretty sure you can all tell I'm *very* new at this and I have tried desperately for 3 hours so far to figure it out on my own, but I need a brain to talk to. Not a search engine. PLEASE HELP!