MSI.RecordSetString

boolean MSI.RecordSetString ( 

number  hRecord,

number  Field,

string  Value )

Description

Calls the MsiRecordSetString function that copies a string into the designated field.

Parameters

hRecord

(number) The handle to the record.

Field

(number) The field of the record to set.

Value

(string) The string value of the field.

Returns

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

See also:  Related Actions