Error in Mouse Programmer's Reference Match Statement (44425)






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
				

Modification Type: Major Last Reviewed: 7/30/2001
Keywords: KB44425