Public Function PigLatin( _
ByVal vPhrase As Variant _
) As Variant PigLatin("go away") = "oga wayaa"
PigLatin("This is a test.") = "hisTa sia aa estta.")
PigLatin(Panama) = "aA anma, aa lanpa, aa analca, anamaPa."See also: SpellTime Function
ROT13 FunctionNote: This function's handling of capitalization is not too good. vPhrase: The string containing the English-language phrase which is to be translated into "Pig Latin." Function returns Null if vPhrase is Null of 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.