- This wiki is out of date, use the continuation of this wiki instead
 
Lcase
From FenixWiki
[edit] Definition
STRING lcase ( <STRING str> )
Returns a string identical to a certain string, with the exception that all uppercase characters are replaced by their lowercase counterparts.
[edit] Parameters
| STRING str | - The string in "normal"-form. | 
[edit] Returns
STRING : The string in "lowercase"-form.
| Strings Functions | |
| • Asc() • Atof() • Atoi() • Chr() • Find() • Ftoa() • Itoa() • Lcase() • Len() • Strrev() • Substr() • Ucase() • | |
