Fills the <StrList> with the specified number of items. Existing items will be overwritten, and new items will be created if needed.
int32 Fill( int32 p_nCount, string value )
Parameter Type | Parameter Name | Documentation |
---|---|---|
int32 | p_nCount | The number of items to add to the <StrList>. |
string | value | The value with which to fill the <StrList>. |
None published. Please look for an example in the Simdify Scripting Language code base.