[solved] Input Box "input type" action has an [add] operator

The input type action for the input box control has a **+ (add) ** operator. I don’t see a use for a plus or any operator. It’s not a number value or a text that can be appended.

1 Like

The reason for this is that actions and conditions that only use a number or a text are declared in one go (the action, the condition and the expression). Thus, they use standard parameters.
Here, I guess it’s not a big issue as = is the default operator.