Hi,
I have a generated array (which can vary in length upon user input), I want to determine the arrays length. How do I do that?
For example, if I have:
$test = array ();
code ....
so $test becomes full of values
How do I get something like:
$x = $test.length