Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 517 Bytes

File metadata and controls

34 lines (26 loc) · 517 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