Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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.