LibreOffice 24.8 Help
Returns the string with the character order reversed.
This constant, function or object is enabled with the statement Option VBASupport 1 placed before the executable program code in a module.
StrReverse (Text1 As String)
String
Text1: The string expression that you want to reverse the character order.
༥ ནུས་མེད་བྱ་སྒོའི་ལམ་ལུགས་བོད་བརྡ་
Sub ExampleReverse Print StrReverse("ABCdefGH") ' return "HGfedCBA" End Sub
Please support us!