Counting

How can I get a button to add 1 to the number in a text box, bound to a string tag, each time the button is pushed? like counting…1 2 3 4…

The tag is a string, not a number?

  1. Bind the value to the tag, with “bi-directional” checked.
  2. Use the “Set Property” builder. You may need to edit the script output with the last tab.

Alternatively, use the custom script editor, and the “Insert property reference” to get the path to components. You can get/set values that way.

If it’s not straightforward you’re probably complicating it…