ArrayList.SetString Method

Sets a string value in an array.

int SetString(int index, const char[] value, int size, int block)

Parameters

int index

Index in the array.

const char[] value

String value to set.

int size

If not set, assumes the buffer size is equal to the blocksize. Otherwise, the size passed is used.

int block

Optionally specify which block to write to (useful if the blocksize > 0).

Return Value

Number of characters copied.

Errors

Invalid index.