MSI.RecordDataSize

number MSI.RecordDataSize ( 

number hRecord,

number Field )

Description

Calls the MsiRecordDataSize function that returns the length of a record field. The count does not include the terminating null character.

Parameters

hRecord

(number) The handle to the record.

Field

(number) Specifies a field of the record.

Returns

(number)  The length of the record field. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions