Microsoft KB Archive/34336: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - "&" to "&")
 
Line 37: Line 37:
------------------------------------------
------------------------------------------


BlockMove sourceAddr&,destAddr&,bytes&
BlockMove sourceAddr&,destAddr&,bytes&


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


   BlockMove works even when the areas overlap.
   BlockMove works even when the areas overlap.

Latest revision as of 14:14, 21 July 2020

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