| sortu | Index Level | sp-assign |
| Syntax | call soundex(value) |
| Category | TCL |
| Type | Subroutine |
| Description | demonstrates the use of the soundex conversion. |
| Options | |
| See Also | SOUNDEX |
| Example |
string = "jon"
call soundex(string) crt string This returns "J5". |
| Warnings | |
| Compatibility | D3 7.0 AP R83 |
| sortu | Index Level | sp-assign |