Returns the number of fields in the referenced record.
FUNCTION NumFields(h : HANDLE): INTEGER;def vs.NumFields(h):
return INTEGER| Name | Type | Description |
|---|---|---|
| h | HANDLE | Handle to record. |
==== VectorScript ====
totalFields:=NumFields(HandleToRecord);==== Python ====
Availability: from All Versions
- Database @ Record