Returns a string subsequent to the specified index or a blank string if the queried string does not exist.
Str LookAhead( int32 p_nIndex, int32 p_nLookAhead )
Parameter Type | Parameter Name | Documentation |
---|---|---|
int32 | p_nIndex | The initial index. |
int32 | p_nLookAhead | The number of items subsequent to the specified index for which you wish to retrieve a string. |
None published. Please look for an example in the Simdify Scripting Language code base.