Description
Sets the additional string data to be added to the request.
Applies to
Syntax
objectname.setadditionaldata ( string data )
Argument |
Description |
---|---|
objectname |
A reference to the BatchDataObjects object. |
data |
A string to be added to the request. |
Return value
Integer.
Returns 1 if it succeeds and -1 if an error occurs. If any argument's value is null, the method returns null.
Examples
The following example sets the additional data "Test":
BatchDataObjects lbdo_test int li_return li_return = lbdo_test.SetAdditionalData("Test")
See also