Skip to main content

ReverseCharsOf

Type

statement

Summary

Reverse a string

Syntax

reverse <Target>

Description

Reverses the order of characters in the Target.

Parameters

NameTypeDescription

Target

A string

Examples

variable tString
put "abcdef" into tString
reverse tString
expect that tString is "fedcba"
Thank you for your feedback!

Was this page helpful?