.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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