LookAhead Data Member Function

Returns a string subsequent to the specified index or a blank string if the queried string does not exist.

Prototype

string LookAhead( int32 p_nIndex, int32 p_nLookAhead )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe initial index.
int32p_nLookAheadThe number of items subsequent to the specified index for which you wish to retrieve a string.

Examples

Copy Text To Clipboard

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