Answered
Displaying dynamic text in uppercase in HTML5
Is that possible? See subject.
Is that possible? See subject.
Hi.
It is. Use the toUpperCase method from the String class. Like this:
this.yourDynamicTextField.text = "abc".toUpperCase(); // ABC
Regards,
JC
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.