typeName

From Bohemia Interactive Community
Revision as of 20:41, 28 June 2006 by Hoz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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"