str

From Bohemia Interactive Community


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"