StrUpr
From Axaptapedia
Contents |
[edit] StrUpr
[edit] Syntax
str StrUpr (str text)
[edit] Description
Converts all letters to upper case in the text string specified by text.
[edit] Example
StrUpr("Abcdd55EFGhiJ") //returns the text string "ABCDD55EFGHIJ".
[edit] Note
StrUpr is complementary to StrLwr.