MSI Factory 2.3

MSI.RecordDataSize

MSI.RecordDataSize

This is the first topic This is the last topic  

MSI.RecordDataSize

This is the first topic This is the last topic  

OverviewExamples

number MSI.RecordDataSize (

number hRecord,

number Field )

Example 1

-- Create a new record

record = MSI.CreateRecord(46546);

 

result = MSI.RecordSetString(record, 001, "MyStringValue");

 

-- Get the number of characters (should be 13 in this case).

nSize = MSI.RecordDataSize(record, 001);

Gets the number of characters in the record.

See also: Related Actions


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