MSI.RecordSetInteger

boolean MSI.RecordSetInteger ( 

number hRecord,

number Field,

number Value )

Description

Calls the MsiRecordSetInteger function that sets a record field to an integer field.

Parameters

hRecord

(number) The handle to the record.

Field

(number) The field of the record to set.

Value

(number) The numeric value of the field.

Returns

(boolean)  Returns true if the action succeeds to set the integer. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions