LibreOfficeDev 25.2 Help
HnA2J‖Returns the string with the character order reversed.
R9TFi‖This constant, function or object is enabled with the statement Option VBASupport 1 placed before the executable program code in a module.
VwDxG‖StrReverse (Text1 As String)
String
tqBLz‖ Text1: The string expression that you want to reverse the character order.
5 Invalid procedure call
Sub ExampleReverse Print StrReverse("ABCdefGH") ' return "HGfedCBA" End Sub