This wiki is out of date, use the continuation of this wiki instead

Ucase

From FenixWiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 17:09, 31 August 2007 (edit)
Sandman (Talk | contribs)
(New page: Category:functions Category:strings ==Definition== '''STRING''' ucase ( <'''STRING''' str> ) Returns a string identical to a certain string, with the exception that all lower...)
← Previous diff
Current revision (00:43, 26 November 2007) (edit) (undo)
Sandman (Talk | contribs)
m
 
Line 14: Line 14:
== Returns == == Returns ==
'''STRING''' : The string in "uppercase"-form. '''STRING''' : The string in "uppercase"-form.
 +
 +{{Funcbox
 + | category = Strings
 +}}

Current revision


[edit] Definition

STRING ucase ( <STRING str> )

Returns a string identical to a certain string, with the exception that all lowercase characters are replaced by their uppercase counterparts.

[edit] Parameters

STRING str - The string in "normal"-form.

[edit] Returns

STRING : The string in "uppercase"-form.


Strings Functions
Asc() • Atof() • Atoi() • Chr() • Find() • Ftoa() • Itoa() • Lcase() • Len() • Strrev() • Substr() • Ucase() •
Personal tools