Concept Framework 2.2 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: Sun Jan 27 18:15:16 2013 GMT | (c)2013 Devronium Applications |