-
Declaration:
- Procedure Move (var Source,Dest;Count : Longint);
-
Description:
- Move moves Count bytes from Source to Dest.
-
Errors:
- If either Dest or Source is outside the accessible memory for the process, then a run-time
error will be generated.
-
See also:
- Fillword (501), Fillchar (499)
Listing: refex/ex42.pp