- Joined
- Nov 19, 2011
- Messages
- 516
Hi there,
Here are two questions that I am tring to find answer:
1. How to set variable to null? Is destroy doing so for all variable types or not?
2. How to check if variable value is null?
I have a set of points on the map, and I am about to store them into table. But if I will not count well and set table length to more than points count? How to check if I am not about to refer to null value? Or maybe I am able to set endless table like in JAVA?
Here are two questions that I am tring to find answer:
1. How to set variable to null? Is destroy doing so for all variable types or not?
2. How to check if variable value is null?
I have a set of points on the map, and I am about to store them into table. But if I will not count well and set table length to more than points count? How to check if I am not about to refer to null value? Or maybe I am able to set endless table like in JAVA?