MSI.RecordDataSize |
|
|
|
MSI.RecordDataSize |
|
|
|
|
||
OverviewExamples
-- 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