Difference between revisions of "Manual:DIL Manual/toupper()"

From DikuMUD Wiki
Jump to navigation Jump to search
(XML import)
 
(No difference)

Latest revision as of 13:08, 27 May 2020


Function:  string toupper ( s : string );
  s
         String to lower case
  return
         the string passed in lower cased
This function returns a copy of the string passed in with all characters changed
to be capitalized.
Example:  "HELLO!" := toupper ("hello!");


---~---~---~---~---~---~---~---~---