Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 476 Bytes

File metadata and controls

35 lines (26 loc) · 476 Bytes

NumFields

Description

Returns the number of fields in the referenced record.

FUNCTION NumFields(h : HANDLE): INTEGER;
def vs.NumFields(h):
    return INTEGER

Parameters

Name Type Description
h HANDLE Handle to record.

Examples

==== VectorScript ====

totalFields:=NumFields(HandleToRecord);

==== Python ====

Version

Availability: from All Versions

Category

  • Database @ Record