QMOConv(), QMOConvs() |
|
|
The QMOConv() function converts data to external form using a conversion code. It is analogous to the QMBasic OCONV() function. The QMOConvs() function is similar but works on each element of a dynamic array in turn.
The function arguments are:
The QMOConv() function returns a string representing the converted data. The QMStatus() function returns zero after a successful conversion. A non-zero value indicates an error as described for OCONV().
This function is evaluated on the server system to ensure access to all conversion codes and hence requires that a server connection is open.
The examples below convert an internal form date in the IntDate variable to external form, storing this in ExtDate. Note that the returned value from QMOConv() is always a string.
See also: |