Concept Framework 2.0 documentation | Contents | Index |
Name | Version | Deprecated |
memmove | version 1.0 | no |
string memmove(string dest, string src, number count) |
dest | Destination object. |
src | Source object. |
count | Number of bytes of characters to copy. |
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. |
Documented by Eduard Suica, generation time: Fri Jan 21 18:06:20 2011 GMT | (c)2011 RadGs Software |