Private Sub AverageStringsSample()
' Generate some samples of the AverageString function.
Dim strTry1 As String
Dim strTry2 As String
strTry1 = RandomString(32, 48)
strTry2 = RandomString(32, 48)
Dim intTruncate As Integer
For intTruncate = True To False
Debug.Print IllustrateCodeBelow(AverageStrings("SC", "SHk", intTruncate))
Debug.Print IllustrateCodeBelow(AverageStrings("Steve", "Schmidt", intTruncate))
Debug.Print IllustrateCodeBelow(AverageStrings(strTry1, strTry2, intTruncate))
Next intTruncate
End SubCopyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.