basic.oconv
Output conversion function.
Syntax
oconv(string.expression, conv.expression)
Description
The 'oconv' function converts a value from its internal format to its external equivalent, according to the processing code being applied.
Example
print oconv(check.amount,'mr2')
This example converts 'check.amount' to external format, using the
'mr2' conversion. (See the 'm (mask)' processing code.)
print oconv(check.date,'d')
This example converts 'check.date' to external format, using the
'd' conversion. (See the 'd (date)' processing code.)
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
