LiveCode BuilderStatementsReverseCharsOfOn this pageReverseCharsOf Type statement Summary Reverse a string Syntax reverse <Target> Description Reverses the order of characters in the Target. Parameters NameTypeDescriptionTargetA string Examples variable tStringput "abcdef" into tStringreverse tStringexpect that tString is "fedcba"