Public Function RightJustifyTruncateFillFast( _
ByRef vValue As String _
, ByVal vWidth As Long _
, ByRef vFillChar As String _
) As String RightJustifyTruncateFillFast("This is a test.", 20, "-") = "-----This is a test."
RightJustifyTruncateFillFast("This is a test.", 10, "-") = "is a test."See also: RightJustifyFast Function
RightJustifyFillFast Function
RightJustifyTruncateFast Function
LeftJustifyTruncateFillFast FunctionvValue: String which is to be right-justified. Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.