File_Field_Current_UCAValue - DataDictionary

Sets and returns data in the extended table column object using the UChar array type

Type: Property

Access: Read/Write

Data Type: UChar[]

Parameters: Integer iFile Integer iField

ParameterDescription
iFile (Optional)Number of the table in the current filelist
iFieldNumber of column iField in the table


Syntax
 Property UChar[] File_Field_Current_UCAValue

Read Access: Get File_Field_Current_UCAValue iFile iField to UCharArrayVariable
Write Access: Set File_Field_Current_UCAValue iFile iField to UCharArrayVariable/Value


Description

File_Field_Current_UCAValue is used to set and get extended text and binary data in a DataDictionary object (DDO) using a UChar array as your data type.

This is identical to File_Field_Current_Value, except that the data is handled via a UChar array. The length of the data is determined by the size of the array. This would primarily be used during batch processing.

UChar[] ucComments
Get File_Field_Current_UCAValue of oCustomer_DD Field Customer.Comments to ucComments