Print using

 BBS: Inland Empire Archive
Date: 04-13-92 (20:01)             Number: 132
From: TOM KIEHL                    Refer#: 130
  To: MARGARET ROMAO                Recvd: NO  
Subj: Print using                    Conf: (2) Quik_Bas
MR>JT>I'd like to be able to have more than one Variable
  >JT>printed on the same line using PRINT USING...
MR>JT>PRINT #1, "Something here"; USING "[###]"; Total1_
  >JT>    USING "[###]"; Total2
MR>PRINT #1, "Something here"; USING "[###]"; Total1;
  >PRINT #1, USING "[###]"; Total2
MR>Notice the semicolon after Total1. This _should_ work.
MR>Margaret Romao

Margaret, the easiest way is to:

PRINT #1, USING "Something here [###] [###]";Total1;Total2

Tom


 * SLMR 2.1a * For sale cheap... Write-Only Memory Chips.


--- TosScan 1.00
 * Origin: Carrie's Living Room - Largo, Florida USA  (1:3603/150)
Outer Court
Echo Basic Postings

Books at Amazon:

Back to BASIC: The History, Corruption, and Future of the Language

Hackers: Heroes of the Computer Revolution (including Tiny BASIC)

Go to: The Story of the Math Majors, Bridge Players, Engineers, Chess Wizards, Scientists and Iconoclasts who were the Hero Programmers of the Software Revolution

The Advent of the Algorithm: The Idea that Rules the World

Moths in the Machine: The Power and Perils of Programming

Mastering Visual Basic .NET