GetFieldCount  Table

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
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia