If you use semicolon ";", you can avoid line feeds of PRINT statements. Could you compare the following (A) with (B) ? (A) ?"A" ?"B" ?"C" (B) ?"A"; ?"B"; ?"C";