Searches for the first occurrence of substring inside a string.

Position := STRPOS(String, SubString)

Parameters

String

Type: Text constant or code

The string in which you want to search.

SubString

Type: Text constant or code

The substring for which you want to search.

The STRPOS function is case-sensitive.

Expand imageProperty Value/Return Value

Expand imageRemarks

Expand imageExample

Expand imageSee Also