Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfany2str()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfAny2Str()
Converts any expression to a string
------------------------------------------------------------------------------
Syntax:

     dfAny2Str( <uPar>, [<cPic>] ) --> cStr

Parameters:

     <uPar>     Any kind of expression.
     <cPic>     Optional picture to be used in the convertion

Returns:

     cStr Resulting string.

Description:

     Converts any kind of expression into a string.

Example:

     dfAny2Str( 123 )        // "123"
     dfAny2Str( 123, "XX" )  // "12"

See also:

     dfLeft()

See Also: dfLeft()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson