Fill Data Member Function

Fills the <StrList> with the specified number of items. Existing items will be overwritten, and new items will be created if needed.

Prototype

int32 Fill( int32 p_nCount, string value )

Parameters

Parameter Type Parameter Name Documentation
int32p_nCountThe number of items to add to the <StrList>.
stringvalueThe value with which to fill the <StrList>.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.