PickBASIC / FlashBASIC
oconv() function
.mdThe oconv() function converts a value from its internal format to its external equivalent, according to the processing code being applied.
⚡Try OCONV codes live in the Conversion Lab: dates, money, time, hex.→Syntax
oconv(str.exp, conv.exp)Parameter(s)
| str.exp | String to convert from its internal format to its external equivalent. |
| conv.exp | Processing code used in the conversion. |
Example(s)
See also
Conversion expression→d (date) processing code→date command→BASIC functions→iconv() function→m (mask) processing code→Masking→mc (mask character) processing code→mp (mask packed decimal) processing code→set-date-std command→Statements and functions→t (text extraction) processing code→t (translate) processing code→time() function→User exits→
Referenced by
10 topics mention oconv() function in its description.