InformationRegisterRecordSet.<Information register name>.Unload
Syntax:
Parameters:
<Strings> (optional)
Array of lines for a unloading. If it is not specified, are unloaded all the line long a set of records.
<Columns> (optional)
The list of columns in a format: " Column1, Column2... ". If the list is not set, columns will be copied all.
Returned value:
Description:
Availability:
Example:
Reg = InformationRegisters.ExchangeRates; RecordsSet = Reg.CreateRecordSet(); RecordsSet.Filter.Currency.Value = Ref; RatesTable = RecordsSet.Unload(); |