typeName: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|TYPENAME]]
[[Category:Scripting Commands|TYPENAME]]
[[Category:Scripting Commands ArmA|TYPENAME]]
[[Category:Scripting Commands ArmA|TYPENAME]]





Revision as of 00:02, 30 June 2006


typeName any


Operand types:

any: Anything

Type of returned value:

String

Compatibility:

Version 2.00 required.

Description:

Returns type-name of expression. Type is returned as string


Example:

typeName "hello", result is "string"