| u60bb | Index Level | u63 |
| Syntax | results = OCONV( string.expression, 'u6193' ) |
| Category | BASIC |
| Type | User Exit |
| Description | removes all but the last three characters from the data passed from Pick/BASIC. |
| Options | |
| See Also | user exits, PROC ua1a2 ri |
| Example |
string = "abcdefghixyz"
string = oconv(string,'u6193') In this example, the results of the conversion call would be "xyz" |
| Warnings | |
| Compatibility | R83 3.1 R83 3.0 R83 2.2 |
| u60bb | Index Level | u63 |