Microsoft KB Archive/34336

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


MAC QB 1.00 README: BlockMove Works for Overlapped Memory

Article ID: 34336

Article Last Modified on 11/21/2006

This article was previously published under Q34336

SUMMARY

The following information needs to be added to Appendix E of the "Microsoft QuickBasic 1.00 Basic Language Reference." This information was taken from the README file from the release disk.

E.10.2 Toolbox Library Statement Reference
------------------------------------------

BlockMove sourceAddr&,destAddr&,bytes&

   sourceAddr& -- address to begin copying from
   destAddr& -- address to begin copying to
   bytes& -- number of bytes to copy

   BlockMove works even when the areas overlap.
                


Additional query words: MQuickB readme docerr

Keywords: KB34336