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