| u009e | Index Level | u00ba |
| Syntax | soundex = OCONV( string, 'u00b9' ) |
| Category | BASIC |
| Type | User Exit |
| Description | returns a soundex value for a specified string. |
| Options | |
| See Also | user exits, FlashBASIC SOUNDEX |
| Example |
string = 'DEMONS'
soundex = oconv(string, 'u00b9') This returns "D552" to the variable, "soundex". |
| Warnings | |
| Compatibility | R83 3.1 |
| u009e | Index Level | u00ba |