Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Writes values of a simple type.
Syntax
public boolean write( values)
Run On
Called
Parameters
- values
Type: [T:]
One or more values, each of a simple type, separated by a field delimiter. The simple types are string, integer, real, enum, and date.
Return Value
Type: boolean
true if the write operation succeeds; otherwise, false. If the write operation failed, the status could be checked for the cause.
Remarks
The method accepts a variable number of arguments. Each value that is specified is put into the output record as a field—the first argument as the first field, the second argument as the second field, and so on. The fields are separated with the field delimiter that is specified in the and each record is separated by the specified delimiter.
To write complete containers, use the .