Concept Framework 2.2 documentation | Contents | Index |
Name | Version | Deprecated |
memset | version 1.0 | no |
string memset(string dest, string c, number count) |
dest | The destination buffer |
c | Character to set. |
count | Number of characters. |
Sets buffers to a specified character. Sets the first count chars of dest to the character c. |
Documented by Eduard Suica, generation time: Sun Jan 27 18:15:16 2013 GMT | (c)2013 Devronium Applications |