LookBack Data Member Function

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

Prototype

string LookBack( int32 p_nIndex, int32 p_nLookBack )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe initial index.
int32p_nLookBackThe number of items prior 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.