UpCase()
Syntax:
UpCase (String s) : String
s:
Beispiel:
Print(UpCase( "Azur" ))
Beschreibung:
Wandelt alle Kleinbuchstaben des Strings
s
in Großbuchstaben um.
toposoft 28.10.2024