Public Function StrReverse(ByVal InputString As String) As String
Reverses the string (last character becomes first, etc).
SendDebug (StrReverse("Hello world")) 'Prints 'dlrow olleH'
©2024 Blue Polar. All rights reserved.