else: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 13: Line 13:


[[Array]]
[[Array]]
'''Compatibility:'''
Added in version '''1.85'''


'''Description:'''
'''Description:'''

Revision as of 01:52, 17 April 2006

back to COMREF

ifcode else elsecode


Operand types:

ifCode: String elseCode: String

Type of returned value:

Array

Compatibility:

Added in version 1.85

Description:

Construct array that can be processed by then.


Example:

if (a>b) then {c=0} else {c=1}