Weird glitch?

retroPacifist
07 Nov 2016, 07:58When I try to use the function "Ucase" it doesn't work, but my "Lcase" works just fine. How do I fix this?
The Pixie
07 Nov 2016, 08:34I was going to say it should be UCase
, and say it was odd Lcase
works, but having just tested it, looks like this is case-insensitive, unlike pretty much everything else in Quest. So all I can say is it works for me. Could you give the code you are using it in?

retroPacifist
07 Nov 2016, 10:32SetWebFontName ("Calligraffitti")
SetFontSize (36)
PrintCentered ("THE LAND OF " + Ucase (The Medium.first) + " AND " + Ucase (The Medium.last))
SetFontName ("Georgia, serif")
SetFontSize (12)
This is the code I am using

retroPacifist
07 Nov 2016, 11:25I've fixed the problem, but I have run into another one. :/