MAC QB 1.00 README: BlockMove Works for Overlapped Memory (34336)






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.
				

Modification Type: Minor Last Reviewed: 1/9/2003
Keywords: KB34336