Public Function MakeByteFast( _
    ByVal vValue As Byte _
    ) As String    MakeByteFast(0) = Chr$(0)
    MakeByteFast(1) = Chr$(1)
    MakeByteFast(255) = Chr$(255)
    MakeByteFast("34") = Chr$(51)See also:     MakeByte Function
    CoerceToByteFast Function
    MakeVarType FunctionvValue: The Byte value which will be returned as a one-character string. Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.