Public Function MorseCodeEncode( _ ByVal vValue As Variant _ ) As Variant
MorseCodeEncode("SOS") = "... --- ..." MorseCodeEncode("sos SOS") = "... --- ... ... --- ..."See also:
MorseCodeDecode Function MorseCodeEncodeSample Subroutine BaudotEncode FunctionNote: Use the MorseCodeEncodeSample Sub to illustrate the ANSI Windows characters which have a Morse code representation.
vValue: String containing the phrase which is to be converted to Morse code. Function returns Null if vValue is Null or cannot be fixed up to a String.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.