objNull – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 1: Line 1:
  >> Array1 = [objNull];
  >> Array1 = [objNull];
  >> Array1 = Array1 - [objNull];
  >> Array1 = Array1 - [objNull];
  >> Array1 == [];
  >> Array1 == [];
This code will cause an error. Deleted.
This code will cause an error. Deleted.
:What should that be or do?
Array1 == [];
--[[User:Kju|Kju]] 23:12, 3 April 2010 (CEST)

Revision as of 23:12, 3 April 2010

>> Array1 = [objNull];
>> Array1 = Array1 - [objNull];
>> Array1 == [];

This code will cause an error. Deleted.

What should that be or do?
Array1 == [];

--Kju 23:12, 3 April 2010 (CEST)