LOTUSSCRIPT LANGUAGE
Returns the position of the byte beginning the first occurrence of one string within another string.
Syntax
InStrB ( [ begin , ] string1 , string2 )
Elements
begin
InStrB returns the byte position of the first occurrence of string2 in string1. The following table shows how the function responds to various conditions.
If you want to work with characters, use the InStr function.
Note The byte position returned by InStrB is independent of the platform-specific byte order.
Example See Also