Concept Framework 2.0 documentation Contents | Index

standard.C.string.memset

Name Version Deprecated
memset version 1.0 no

Prototype:
string memset(string dest, string c, number count)

Parameters:
dest      The destination buffer
c      Character to set.
count      Number of characters.

Description:
Sets buffers to a specified character. Sets the first count chars of dest to the character c.

Returns:
The value of dest.

Documented by Eduard Suica, generation time: Fri Jan 21 18:06:20 2011 GMT(c)2011 RadGs Software