thatrenowned
MIS
My movie is loading variables from a standard text file. Everything is correctly displayed apart from the @ symbol on an email address.
The strange thing is even when I put
it still doesn't display it. In fact, in this case it doesnt display anything after the @ (whereas in the first example it just misses it out so it displays as personsnamesomewhere.com
I've looked around for the alternatives to use such as %40 and &64 etc (cant remember if they're the correct ones now) but they wouldn't show up. If I used the correct ones for letters and numbers it displays, just not if I use the correct one for the @ symbol.
Any ideas?
Thanks
The strange thing is even when I put
Code:
textBoxName.text = myVar + "@somewhere.com"
I've looked around for the alternatives to use such as %40 and &64 etc (cant remember if they're the correct ones now) but they wouldn't show up. If I used the correct ones for letters and numbers it displays, just not if I use the correct one for the @ symbol.
Any ideas?
Thanks