Concept Framework 1.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: Thu Oct 15 20:02:05 2009 GMT | (c)2009 RadGs Software |