Public Function LCase(ByVal InputString As String) As String
Returns string converted to lower case.
SendDebug LCase("Hello World") 'Prints 'hello world'
©2024 Blue Polar. All rights reserved.