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