Skip to main content

FIND

Finds one text string within another (case-sensitive) and returns the start position.

CategoryText
SyntaxFIND(find_text, within_text, [start_num])

Parameters

ParameterRequiredDescription
find_textRequiredThe text string to find.
within_textRequiredThe text string to search within.
start_numOptionalThe character position to start the search. Defaults to 1.

Example

FIND("text")

Auto-generated from the EngCanvas function registry.