FORMULA LANGUAGE


@Soundex
Example

Returns the Soundex (the Lotus Notes phonetic speller) code for the specified string.

Syntax

@Soundex( string )

Parameters

string


Return value

code


Usage

If the parameter is a list, the function operates on each element of the list, and the return value is a list with the same number of elements.

This function is used almost exclusively by the Domino Directory. You will rarely use this function.

Example
See Also