| u0089 | Index Level | u009e |
| Syntax |
coded.string = ICONV( seed:am:string, 'u009d' )
uncoded.string = OCONV( seed:am:string, 'u009d' ) |
| Category | BASIC |
| Type | User Exit |
| Description |
encodes or decodes a string of characters.
ICONV causes the string to be "encoded", while OCONV causes an encoded string to be "decoded". "seed" is any non-null string of characters which will be used in the encryption algorithm. "am" indicates an attribute mark (char(254)). |
| Options | |
| See Also | user exits, FlashBASIC |
| Example | |
| Warnings | |
| Compatibility | D3 7.0 OA/RT AP |
| u0089 | Index Level | u009e |