Core Function String
From Sputnik Wiki
(Difference between revisions)
UberFoX (Talk | contribs)
(Created page with "<pre> String( <expression> ) </pre> === Description === Returns the String representation of an expression === Parameters === ==== Expression ==== An expression to convert. ...")
Newer edit →
(Created page with "<pre> String( <expression> ) </pre> === Description === Returns the String representation of an expression === Parameters === ==== Expression ==== An expression to convert. ...")
Newer edit →
Revision as of 10:34, 29 November 2011
String( <expression> )
Contents |
Description
Returns the String representation of an expression
Parameters
Expression
An expression to convert.
Return Value
Success: Returns the string.
Failure: Returns 0.
Remarks
Example
$newString = String( $Value );