typeName: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 5: Line 5:




<h2 style="color:#000066">''''' typeName''''' ''any''</h2>
<h2 style="color:#000066">''' typeName ''any'''''</h2>




'''Operand types:'''
'''Operand types:'''


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


'''Type of returned value:'''
'''Type of returned value:'''
Line 23: Line 23:


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


'''Example:'''
'''Example:'''


'''typeName''' "hello"  
'''typeName''' "hello", result is "string"
 
result is "string"

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