Concept Framework 2.0 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: Fri Jan 21 18:06:20 2011 GMT | (c)2011 RadGs Software |