Add Symbol to Alert message NOT label
-
Hi Guys
I have read all the other threads regarding this and I can't get it to work
"+Symbol()+" returns as text
the variable is set as a string
I need to have the symbol in the message not label as get a few at once and need to see with out double clicking the alert


-
@daverawcus This one is for real programmers. I'm afraid I have no idea about this, sorry.

-
@l-andorrà thanks for looking anyway
might have to email support
-
@FXDREEMA please could you help advise on this
I am probably doing something wrong
-
Ok so i worked it out for anyone else struggling
this works
""+Symbol()+""+" Buy Now"
the +Symbol()+ needs two " so ""
-
@daverawcus Great! Thank you very much for sharing.