"Basic 7.0: Reference" Correction for CALL Statement Example (59073)



The information in this article applies to:

  • Microsoft Basic Professional Development System (PDS) for MS-DOS and MS OS/2 7.0
  • Microsoft Basic Professional Development System (PDS) for MS-DOS and MS OS/2 7.1

This article was previously published under Q59073

SUMMARY

The corrections below apply to the Example program for the CALL statement (for calling Basic procedures) on Page 32 of the "Microsoft Basic 7.0: Language Reference" manual for 7.00 and 7.10:

  1. The following incorrect sentence should be changed to say "the 24th line" instead of "the 25th line":

    The following example uses the CALL statement to call a SUB procedure that prints a message on the 25th line of the display....
  2. The following remark after the LOCATE 24,1 statement should be changed to say "the 24th line" instead of "the 25th line":
          LOCATE 24, 1 ' Move cursor to 25th line of display.
    						
This information applies to Microsoft Basic Professional Development System (PDS) versions 7.00 and 7.10 for MS-DOS and MS OS/2.

Modification Type:MajorLast Reviewed:10/20/2003
Keywords:KB59073