Offset (LabVIEW Manager Macro)

int16 Offset(type, field);

Purpose

Returns the offset of the specified field within the structure called type.

Parameters

Name Type Description
type Structure that contains field.
field Field whose offset you want to determine.

Return Value

An offset as an int16.