Microsoft KB Archive/44425

From BetaArchive Wiki
Knowledge Base


Error in Mouse Programmer's Reference Match Statement

Article ID: 44425

Article Last Modified on 7/30/2001

This article was previously published under 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: KB44425