English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

The "" are getting annoying when making logs and when trying to make a program to generate a program.

2006-06-10 17:16:35 · 2 answers · asked by tjweb92 2 in Computers & Internet Programming & Design

2 answers

Yes.
You shouldn't get any unwanted characters. Check your code again, it must be something with your loop adding the "". I've written files in Qbasic before and whenever I got "" it was due to an error in the code - most of the time with the loop. Either at the very beginning or end of the loop you need an if statement to check if a variable is blank or null - then skip that print # statement.

2006-06-10 17:43:49 · answer #1 · answered by timmytude 4 · 0 0

Simply use Print instead of Write

2006-06-11 01:07:29 · answer #2 · answered by Behrooz 2 · 0 0

fedest.com, questions and answers