Re: Q-4-U!

 BBS: Inland Empire Archive
Date: 01-24-93 (22:18)             Number: 335
From: STAN FOY                     Refer#: NONE
  To: JOHN SNEERINGER               Recvd: NO  
Subj: Re: Q-4-U!                     Conf: (2) Quik_Bas
 -=> Quoting John Sneeringer to All <=-

 JS> FIELD #1, 25 AS Fields$(1), 10 AS Fields$(2), 4 AS Fields$(3), blah

 JS> Is there any abbreviation, or something that will allow me to continue
 JS> a VERY long FIELD line on the next line in QuickBASIC? How about PDS?

Quick & Dirty fix......

FIELD #1, 25 AS Fields$(1), _          The '_' (underscore) is used to
          10 AS Fields$(2), _          continue on with following lines.
          4 AS Fields$(3), _
          etc..........

Stan
___ Blue Wave/QWK v2.12

--- Maximus 2.01wb
 * Origin: CPU Etc. BBS--Colorado Springs, CO  (719)597-3723 (1:128/128)
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