basic.oconv Function/BASIC Program
basic.oconv
| Command | basic.oconv Function/BASIC Program Applicable release versions: AP, R83 |
|---|---|
| Category | BASIC Program (486) |
| Description | The "oconv" function converts a value from its internal format to its external equivalent, according to the processing code being applied. |
| Syntax | oconv(string.expression, conv.expression) |
| Options | |
| 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.) |
| Purpose | |
| Related |
basic.statements basic.iconv basic.masking.function basic.time() pc.translate tcl.set-date-std pc.text.extract basic.conv.expression pc.mc tcl.date pc.m basic.functions basic.user.exits pc.d pc.mp user.exits.introduction |
