No Line Continuation in Macintosh QuickBASIC; Break Long FIELD (39240)
The information in this article applies to:
- Microsoft QuickBASIC Compiler for the Apple Macintosh 1.0
- Microsoft BASIC Interpreter for Apple Macintosh 1.0
- Microsoft BASIC Interpreter for Apple Macintosh 1.01
- Microsoft BASIC Interpreter for Apple Macintosh 2.0
- Microsoft BASIC Interpreter for Apple Macintosh 2.1
- Microsoft BASIC Interpreter for Apple Macintosh 3.0
This article was previously published under Q39240 SUMMARY
Line continuation is not implemented for Macintosh QuickBASIC Version
1.00, or the earlier BASIC Compiler Version 1.00, or the earlier BASIC
Interpreter (Versions 1.00, 1.01, 2.00, 2.10, or 3.00) for Apple
Macintosh.
You might want a line continuation for better LIST window visibility
for very long, single-line IF...THEN statements. To improve the
structure of long IF statements, we recommend using a multi-line,
block IF ... THEN ... ELSEIF ... END IF structure, or a SELECT CASE
statement.
Another reason you might want to continue a line is to make a FIELD
statement that is wider than the LIST window completely visible on
multiple lines. Below are some suggestions for improving the
readability of long FIELD statements.
Modification Type: | Major | Last Reviewed: | 12/12/2003 |
---|
Keywords: | KB39240 kbAudDeveloper |
---|
|