Public Function String(ByVal Count As Long, ByVal Character As String) As String
Returns the specified number of times the specified character(s).
SendDebug String(3, "...---... ") 'Prints '...---... ...---... ...---...'
©2024 Blue Polar. All rights reserved.