Text widget pass a value with /EDIT

When I give a value to three text widgets in an if query, the debug always says 'From: undefined:undefined'.
Did I forget something in the syntax?

Nothing wrong, it's just that receive() takes two optional parameters to specify the message's origin (as if it came from outside osc), in this case they are undefined.

1 Like