SCREEN Statement Syntax Correction for QuickBasic, Basic PDS (78094)
This article was previously published under Q78094
SUMMARY
The correct syntax of the SCREEN statement is
SCREEN [mode][,[colorswitch][,[apage][,vpage]]]
There are two additional restrictions on the SCREEN statement:
- You cannot specify a comma at the end of the statement without a
value following the comma.
- SCREEN without arguments is invalid and produces an "Illegal
Function Call" error.
(Adding these restrictions to the syntax diagram would make the
diagram long and difficult to interpret.)
The syntax of the SCREEN statement is incorrect in the following sources,
and should be replaced with the above syntax:
- QB Advisor online Help system in QB.EXE in QuickBasic version 4.5
- Page 288 of the "Microsoft QuickBasic 4.5: Programming in Basic"
for MS-DOS manual
- Microsoft Advisor online Help system in QBX.EXE in Basic
Professional Development System (PDS) versions 7.0 and 7.1 for
MS-DOS
- Page 309 of the "Microsoft Basic 7.0: Language Reference" manual for
Basic PDS versions 7.0 and 7.1
Modification Type: |
Minor |
Last Reviewed: |
1/9/2003 |
Keywords: |
KB78094 |
|