move

From Free Pascal wiki
Revision as of 16:33, 2 July 2021 by Alextpp (talk | contribs) (Created page with "'''Move''' procedure copies data from one location in memory to another. <syntaxhighlight lang="pascal"> procedure Move(const source; var dest; count: SizeInt); </syntaxhighl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Move procedure copies data from one location in memory to another.

procedure Move(const source; var dest; count: SizeInt);