Is the 0 in an empty array a value of zero or a null?
My purpose is to compare values/text in two arrays and to save time I want to "skip" past any Zeroes ("0") in the arrays.
Develop games in your browser. Powerful, performant & highly capable.
It's considered a value. Not Null nor NaN, just a 0 number.
Thanks koss!
Construct has no null type, only numbers and strings.
Ashley. Thanks for the update.