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

Strrev

From FenixWiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 17:24, 31 August 2007 (edit)
Sandman (Talk | contribs)
(New page: Category:functions Category:strings ==Definition== '''STRING''' strrev ( <'''STRING''' str> ) Returns a reversed version of a certain string, meaning the characters are in re...)
← Previous diff
Current revision (00:58, 26 November 2007) (edit) (undo)
Sandman (Talk | contribs)
m
 
Line 14: Line 14:
== Returns == == Returns ==
'''STRING''' : The reversed string. '''STRING''' : The reversed string.
 +
 +{{Funcbox
 + | category = Strings
 +}}

Current revision


[edit] Definition

STRING strrev ( <STRING str> )

Returns a reversed version of a certain string, meaning the characters are in reversed order.

[edit] Parameters

STRING str - The non reversed string.

[edit] Returns

STRING : The reversed string.


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