Get Array Capacity
#Firmware/v305
n = fao:size()
Returns the total capacity of the float-array (as set with float.array(n) - see float.array)
float.array(n)
To find the current number of entries, use the Lua count method n = #fao
n = #fao