The GetFieldCount function retrieves the number of fields.
Syntax
Integer Table.GetFieldCount()
Parameters
The GetFieldCount function has no parameters.
Return value
The GetFieldCount function returns a positive value.
Example
for i=0 ; i<myTable.GetFieldCount() ; i++
end
end