str

From Bohemia Interactive Community
Revision as of 16:57, 5 July 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


str any value


Operand types:

any value Anything

Type of returned value:

String

Compatibility

Version 2.00 required.

Description:

Converts any variable to a string.


Example:

str(2+3) , result is "5"