Operator
Usually used with blocks from the Contol tab.
This page in not finished
True

True condition
False

False condition
< (less than)

Used to check if one value is less than the other.
= (equals)

Used to check if two values are equal.
> (greater than)

Used to check if one value is greater than the other.
And

Joins two condition blocks.
Or

Joins two condition blocks, but they function separately.
Not

Changes the condition checked to false instead of the default which is true.
+ (add)

Used to add two numbers.
- (subtract)

Used to subtract two numbers
* (multiply)

Used to multiply two numbers.
/ (divide)

Used to divide two numbers.
% (percent)

Pick Random

Pick a random number between two specified numbers.
Length of

Gets the length of a string (text).
Join

Combines two vales and puts them right next to each other.
Index

Needs description
Last index
Needs image
Needs description
Substring

Needs description
Equals

Condition used to check if two strings are equal.
Contains

Replace all

Replaces all the specified value with the specified value for the specified string.
Trim

Removes any space characters around the specified string.
ToUpperCase

Makes the specified string uppercase.
ToLowerCase

Makes the specified string lowercase.
toNumber

Converts a string into a number.
Last updated
Was this helpful?