Public Function AcronymString( _
ByVal vPhrase As Variant _
) As Variant AcronymString("Hello Joe") = "HJ"
AcronymString("This is a test.") = "Tiat"See also: AcronymFromCapitals Function
IsAlliteration FunctionvPhrase: String containing the words which will be formed into an acronym. Function returns Null if vPhrase is Null or cannot be fixed up to a String. Note: Function uses the built-in character classification routines to determine which characters are alphanumeric.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.