nil: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(This command returns Void.)
mNo edit summary
Line 12: Line 12:
| '''nil''' |= Syntax
| '''nil''' |= Syntax


| [[Void]] |= Return value
| [[Any Value]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   

Revision as of 23:19, 23 January 2009

Hover & click on the images for description

Description

Description:
Nil value. This value can be used to undefine existing variables.
Groups:
Uncategorised

Syntax

Syntax:
nil
Return Value:
Any Value

Examples

Example 1:
variableToDestroy = nil

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Note that ArrayName = nil destroys the arrayNAME not the array content.

Array content is 'destroyed' when no more ArrayNames refer to the content.

Bottom Section