Basic Syntax CrystalClear Syntax Before Reading Records

Soundex( String )


Weights each char in String and returns a 4 char code. For example Soundex("sneider") is equal to Soundex("snider").

Usage:

Soundex( StringToCheck )

Return:

4 Char Soundex code. The weight is calculated as follows:

If the returned soundex code is 2 or 3 chars, then 0 chars are appended

If the returned soundex code is more than 4 chars, then all chars after the 4th char will be ignored.

Example:

Soundex("sneider") ==  Soundex("snider")

See also:


i-net software strives to provide accurate product documentation. Please give us your feedback using the form below.
NOTE: This form is for documentation feedback only. For technical assistance, please send an email to crystalclear@inetsoftware.de.

This page is: very poor very good
Comment: