How can I check if an index in an array is null?
when I use IsNull(myarray[1]) it says a field is required instead of myarray[1].
How can I check if an index in an array is null?
when I use IsNull(myarray[1]) it says a field is required instead of myarray[1].