| u0358 | Index Level | u10b9 |
| Syntax | sorted.dynamic.array = OCONV( dynamic.array, 'u1072' ) |
| Category | BASIC |
| Type | User Exit |
| Description |
returns a dynamic array, sorted in ascending order.
Each element sorted must be separated by an attribute mark. |
| Options | |
| See Also | user exits, FlashBASIC SORT o (sort values ascending) ms (mask alter sort) LOCATE |
| Example |
equ am to char(254)
a = 'abcd': am: 'zxy': am: 'hijk': am: 1234: am: 789 b = oconv(a, 'u1072') b will now contain: 1234 :am: 789 :am: abcd :am: hijk :am: zxy |
| Warnings | |
| Compatibility | OA/RT R83 3.1 R83 2.2 |
| u0358 | Index Level | u10b9 |