Microsoft KB Archive/57357

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


Missing Dollar Sign on a Call to Assembly Routine

Article ID: 57357

Article Last Modified on 11/21/2006

This article was previously published under Q57357

SUMMARY

On Page 372 of the "Microsoft Basic 7.0: Language Reference" manual (for 7.00 and 7.10) the CALL to Makestring needs to have a dollar sign appended to the end of it as shown below.

The following is incorrect:

   PRINT Makestring
                

It should be the following:

   PRINT Makestring$
                

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-5

Keywords: KB57357