Error in Mouse Programmer's Reference Match Statement

ID: Q44425


SUMMARY

The code on Page 43 of the first edition of the "Microsoft Mouse Programmer's Reference" published by Microsoft Press is incorrect. The strings in the MATCH statement must be in uppercase letters.


RESOLUTION

To correct this problem, change the string "a:" to "A:". The code should read as follows:


   checka: MATCH 2,1,normal,"A:",tob,checkb 

Additional query words: noupd docerr

Keywords :
Version :
Platform : MS-DOS
Issue type :


Last Reviewed: December 16, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.