How do I compare two strings in an expression?
more specifically use the conditional operator inside an expression; for example: textBox.text [is equal to] "" ? [do some action] : [do some other action].
Thanks
Develop games in your browser. Powerful, performant & highly capable.
You just need to set the TextBox.Text to a variable, and than compare that.