Public Function SpellPhonetic( _ ByVal vValue As Variant _ ) As Variant
SpellPhonetic("Sam 123") = "Sierra Alpha Mike One Two Three"See also:
SpellPolice Function SpellNumber FunctionNote: Function is pre-programmed with the phonetic spelling for the following characters:
, Comma . Period 0..9 Zero..Nine A..Z Alpha..ZuluThe 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.