get_array_length
Description:
public int get_array_length ()
Obtain the position of the argument which gives the array length of the type.
The type tag must be a ARRAY or -1 will be returned.
Parameters:
Returns:
the array length, or -1 if the type is not an array
|