KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q57504: Documentation Errors in BASIC 7.00 Presentation Graphics

Article: Q57504
Product(s): See article
Version(s): 7.00 7.10
Operating System(s): MS-DOS
Keyword(s): ENDUSER | SR# S891211-2 docerr | mspl13_basic
Last Modified: 8-JAN-1991

This article documents several documentation errors in Chapter 6,
"Presentation Graphics," of the "Microsoft BASIC 7.0: Programmer's
Guide" for Microsoft BASIC Professional Development System (PDS)
Versions 7.00 and 7.10. The errors are as follows:

1. Page 250 details the fields in the AxisType user-defined TYPE. The
   field "Labelled" is misspelled. It should be spelled "Labeled".
   This field is spelled correctly in the definition of the AxisType
   in the CHRTB.BI $INCLUDE file.

2. Page 251 incorrectly says to assign TicFormat to the CONSTant
   cDecFormat for decimal. There is no CONSTant named cDecFormat.
   This constant is defined as cNormFormat in the CHRTB.BI $INCLUDE
   file.

3. Page 266 describes how to load fonts for use in Presentation
   Graphics. The following line in the example at the bottom of the
   page is incorrect:

      Env.MainTitle.Font = 3

   This line should be changed to the following:

      Env.MainTitle.TitleFont = 3

THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Copyright Microsoft Corporation 1986-2002.