Public Function UCase(ByVal InputString As String) As String
Returns string converted to upper case.
SendDebug UCase("Hello World") 'Prints 'HELLO WORLD'
©2024 Blue Polar. All rights reserved.