Microsoft KB Archive/34113

From BetaArchive Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Knowledge Base


Use CONST N=45, Not CONT N=45, Documentation Error in 4.00

Article ID: 34113

Article Last Modified on 11/21/2006



APPLIES TO

  • Microsoft QuickBasic 4.5 for MS-DOS
  • Microsoft BASIC Professional Development System 7.0



This article was previously published under Q34113

SUMMARY

The following correction applies to Page 25 of the following manuals:

  1. "Microsoft QuickBasic Version 4.0: Basic Language Reference" manual for Versions 4.00 and 4.00b
  2. "Microsoft Basic Compiler 6.0: Basic Language Reference" for Versions 6.00 and 6.00b for MS-DOS and MS OS/2

The example for the symbolic constant on Page 25 should read

CONST N=45


instead of:

CONT N=45


This information was corrected in the documentation for Microsoft QuickBasic 4.50 and Microsoft Basic PDS 7.00.


Additional query words: QuickBas BasicCom

Keywords: KB34113