str: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 8: Line 8:
'''Operand types:'''
'''Operand types:'''


'''any value''' [[Anything]]
'''any value:''' [[Anything]]


'''Type of returned value:'''
'''Type of returned value:'''

Revision as of 17:08, 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"