u00b9 User Exit

The u00b9 user exit returns a soundex value for a specified string.

Syntax

soundex = oconv(str, ’u00b9’)

Example(s)

string = ’DEMONS’

soundex = oconv(string, ’u00b9’)

This returns D552 to the variable, soundex.

See Also

soundex() Function