typeName

From Bohemia Interactive Community
Revision as of 00:00, 30 June 2006 by Planck (talk | contribs)
Jump to navigation Jump to search



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"