MSI Factory 2.3

MSI.RecordSetString

MSI.RecordSetString

Previous topic Next topic  

MSI.RecordSetString

Previous topic Next topic  

OverviewExamples

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


Learn More: Indigo Rose Software - MSI Factory - Buy Now - Contact Us