ReverseCharsOf

Typestatement
DictionaryLCB
LibraryLiveCode Builder
Syntax
reverse <Target>
Associationscom.livecode.char
Summary

Reverse a string

Parameters
NameTypeDescription
Target

A string

Example
variable tString
put "abcdef" into tString
reverse tString
expect that tString is "fedcba"
Description

Reverses the order of characters in the Target.

Tagsstrings