MSI.RecordGetString

string MSI.RecordGetString ( 

number hRecord,

number Field )

Description

Calls the MsiRecordGetString function that returns the string value of a record field.

Parameters

hRecord

(number) The handle to the record.

Field

(number) Specifies the field requested.

Returns

(string)  The string value of a record field. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions