objNull – Talk
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
--[[User:DenV|DenV]] | |||
>> Array1 = [objNull]; | >> Array1 = [objNull]; | ||
>> Array1 = Array1 - [objNull]; | >> Array1 = Array1 - [objNull]; | ||
Line 9: | Line 10: | ||
--[[User:Kju|Kju]] 23:12, 3 April 2010 (CEST) | --[[User:Kju|Kju]] 23:12, 3 April 2010 (CEST) | ||
--[[User:DenV|DenV]] 03:54, 4 April 2010 (CEST) | |||
:I don't know :) But this code doesn't work, and shouldn't work, becouse the operator == doesn't work with arrays. I just commented on the reason of editing the article: http://community.bistudio.com/wiki?title=objNull&diff=56152&oldid=55981 |
Revision as of 02:54, 4 April 2010
--DenV
>> 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)
--DenV 03:54, 4 April 2010 (CEST)
- I don't know :) But this code doesn't work, and shouldn't work, becouse the operator == doesn't work with arrays. I just commented on the reason of editing the article: http://community.bistudio.com/wiki?title=objNull&diff=56152&oldid=55981