So I'm doing an exercise where the end goal is to show a message saying "Negative Number. " if the input is a negative number and "Positive Number" when the input is positive.
It's literally exercise 3.1 of the outsystems training. I'm following every step in the guidebook, but I cannot finish the exercise because I get a syntax error that does not occur in the manual (page 9/10 in attachment).
What am I doing wrong?
Thanks in advance.
Hi,
The parameter you are setting is of type text.
Literals of this type have to be between double qoutes.
"Negative number" will work
Dorine
Thank you so much.
You caused me to laugh out loud despite myself.