I Starts With

Description

Finds if a text variable starts with a specified text string. The search is not case sensitive.

Event Options

Variable

The text variable you wish to check the start of.

Value

The text string to check the start of the Variable with.

As

Contains true if the Variable start with the Value otherwise contains false.

Example

Variable

Hello World

Value

Hello

After running the event with the above options, the As option will be hold the value true because the Variable "Hello World" starts with the Value "Hello".

Last updated