MSI.RecordGetInteger

number MSI.RecordGetInteger ( 

number hRecord,

number Field )

Description

Calls the MsiRecordGetInteger function that returns the integer value from a record field.

Parameters

hRecord

(number) The handle to a record.

Field

(number) Specifies the field of the record from which to obtain the value.

Returns

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

See also:  Related Actions