Index
Strings

ToUpper

ToUpper (<-string) ->string ## Description Converts a string to uppercase.

Examples

Trace( ToUpper("knuckle"))

Index