Public Function Space(ByVal Count As Long) As String
Returns the specified number of space characters.
Dim lLine As String = Space(80)
©2024 Blue Polar. All rights reserved.