isNil

From Bohemia Interactive Community
Revision as of 05:50, 1 July 2006 by Hoz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


isnill variable


Operand types:

variable: String or Code

Type of returned value:

Boolean

Compatibility:

Version 2.00 required

Description:

Tests whether the variable is null. The function returns true if the variable is null and false if it's not.


Example

if (isnil("_pokus")) then {_pokus=0;}