Concept Framework 2.0 documentation Contents | Index

standard.C.string.memmove

Name Version Deprecated
memmove version 1.0 no

Prototype:
string memmove(string dest, string src, number count)

Parameters:
dest      Destination object.
src      Source object.
count      Number of bytes of characters to copy.

Description:
Copies count bytes of characters from src to dest. If some regions of the source area and the destination overlap, memmove ensures that the original source bytes in the overlapping region are copied before being overwritten.

Returns:
The value of dest.

Documented by Eduard Suica, generation time: Fri Jan 21 18:06:20 2011 GMT(c)2011 RadGs Software