Hi all,
I've got an array with max 4 values. But all 4 values must be filled with a number.
Is it possible to fill the array with for example a 0 (zero) value?
or maybe with an if statement?
Test = Split(ids, ",") Here i split the ID's.
if there are only 2 values are clicked there would be 2 ids, but im expecting 4 ids. is it possible to fill the last 2 id's with 0 (zero)?
if test(2) = "" then test(2)=0 will not work.
Thanks in advance.
TanTrazz
I've got an array with max 4 values. But all 4 values must be filled with a number.
Is it possible to fill the array with for example a 0 (zero) value?
or maybe with an if statement?
Test = Split(ids, ",") Here i split the ID's.
if there are only 2 values are clicked there would be 2 ids, but im expecting 4 ids. is it possible to fill the last 2 id's with 0 (zero)?
if test(2) = "" then test(2)=0 will not work.
Thanks in advance.
TanTrazz