Microsoft KB Archive/57359

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 "proc uses", Not "procuses" in MASM Example; Basic 7.10

Article ID: 57359

Article Last Modified on 11/21/2006

This article was previously published under Q57359

SUMMARY

On Page 495 of the "Microsoft Basic 7.0: Programmer's Guide" (for 7.00 and 7.10), a space should appear between the assembly code "proc" and "uses", but the manual shows no space between them.

The following is incorrect:

addstring procuses si di ds,s1:far ptr,s1len,s2:far ptr,s2len


The following is correct:

addstring proc uses si di sd,s1:far ptr,s1len,s2:far ptr,s2len


This information applies to Microsoft Basic Professional Development System (PDS) versions 7.00 and 7.10 for MS-DOS and MS OS/2.


Additional query words: BasicCom SR# S891226-4

Keywords: KB57359