LOTUSSCRIPT LANGUAGE
Returns the position of the byte (in the platform-native character set) beginning the first occurrence of one string within another string.
Syntax
InStrBP ( [ begin , ] string1 , string2 )
Elements
begin
InStrBP returns the byte position in the platform-specific character set 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.
Example See Also