Please enable JavaScript to view this site.

Returns the result of executing the ICONV() or OCONV() functions on an expression list in the database.

 

 

* expression

string

 

The data or expression to convert. This can have MV marks, in which case the conversion will be executed on each value.

 

* conversionOptions

 

 

 

 

Indicates the conversion type, input or output: Input=ICONV(); OUTPUT=OCONV().

outputStringType



Indicates format of data returned : MV, XML or JSON.

customVars

string

 

This is a free text field to send in the transaction. If not empty, subroutine SUB.LK.MAIN.CONTROL.CUSTOM will be called. Add custom code to that subroutine to define special behaviours for some or all transactions.

 

receiveTimeout

Numeric

 

-1

0

 

This is the maximum time in seconds that the client will wait for a response. Use 0 for no timeout. This is a function-specific override : -1 in a Persistent function defaults back to the timeout defined in the LinkarClt constructor.