<-- Previous || Up || Next -->

Spell Phonetic Function
Spellings Class

Public Function SpellPhonetic( _
    ByVal vValue As Variant _
    ) As Variant

Spell a phrase using the international phonetic alphabet.

Example:
    SpellPhonetic("Sam 123") = "Sierra Alpha Mike   One Two Three"
See also:
    SpellPolice Function
    SpellNumber Function
Note: Function is pre-programmed with the phonetic spelling for the following characters:
    ,     Comma
    .     Period
    0..9  Zero..Nine
    A..Z  Alpha..Zulu
The function adds a space between each of the characters which have a phonetic equivalent, and it replaces a single space with three spaces (two spaces plus the one-space character separator), so that word breaks can be easily identified in the result string.

vValue: The string containing the characters that are to be spelled using the international phonetic alphabet. Any characters other than those mentioned in the table above are ignored.

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.