str: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 3: Line 3:




<h2 style="color:#000066">'''strr ''any value'''''</h2>
<h2 style="color:#000066">'''str ''any value'''''</h2>





Revision as of 16:57, 5 July 2006


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"