LOTUSSCRIPT LANGUAGE


InStrC function
Returns the position of the column that begins the first occurrence of one string within another string for column-based writing systems, such as Thai.

Syntax

InStrc(off, string1, string2)

Elements

off


string1
string2
Return value

The position of the column that begins the first occurrence of one string within another.

Usage

If off is greater than the length in bytes of string1 or string2, the function returns an empty string.

See Also