Size of a multidimensional array
Posted: Wed Apr 01, 2020 8:29 am
Hi my friend.
How can i determine the size (the number of fields) of a multidimensional array?
example:
xarr:={ {a,1} , {b,1}, {c,1}}
the length (number of records) is ok with len(xarr) will return 3, but I need a funtion to determine the size (the fields) like requestedfuntion(xarr) to return 2
Thank you.
How can i determine the size (the number of fields) of a multidimensional array?
example:
xarr:={ {a,1} , {b,1}, {c,1}}
the length (number of records) is ok with len(xarr) will return 3, but I need a funtion to determine the size (the fields) like requestedfuntion(xarr) to return 2
Thank you.