"Out of Data"; Incorrect CALL Example Mac QuickBASIC Page 61 (35657)
This article was previously published under Q35657
SUMMARY
The example for the CALL statement on Page 61 of the "Microsoft
QuickBASIC for Apple Macintosh: BASIC Language Reference" manual is
incorrect. The example produces an "Out of data" error because the
condition for the WHILE... WEND loop is "A <> -1"; however, there is
not a data statement that sets A equal to -1. The following additional
line needs to be added at the end of the code:
DATA -1
Modification Type: |
Minor |
Last Reviewed: |
1/9/2003 |
Keywords: |
KB35657 |
|