Please enable JavaScript to view this site.

Returns the result of executing the FMT function on an expression list in the database.

 

 

* formatSpec

string

 

 

FMT expression subject to DBMS-specification

* expression

string

 

 

The data or expression to format. It can contain MV marks, in which case the conversion in each value will be executed.

outputStringType



Indicates format of the data to be received : 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.