Returns the next string in the <StrList>, using the specified index value as the initial location, or a blank string if the next string does not exist.
Str GetNext( int32 p_nIndex )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| int32 | p_nIndex | The index immediately before the string you wish to retrieve. |
None published. Please look for an example in the Simdify Scripting Language code base.