2011-01-12 06:09 AM
2011-01-12 06:26 AM
"From the GDL manual wrote:
VARDIM1(expr)
VARDIM1(expr)
VARDIM2(expr)
VARDIM2(expr)
These functions return as integers the actual dimension values for the (array) expression specified as a parameter. They must be used if you want
to handle correctly all actual elements of a dynamic array or an array parameter. If no element of a dynamic array was previously set, the return
value is 0. For one-dimensional arrays VARDIM2 returns 0.