Hey all!
I have an array which looks something like this:
var foo=Array("value1","value2",,,,,"value7");
I have been attempting to get a script to check if foo[2],foo[3] etc. are empty (which they are, so should return true), however have had no luck!
I’ve attempted to use things like if(foo[3]==“”){}else{} and if(foo[3]==“Null”) but can’t get any result. Can anyone help out? ![]()