ReverseString()

语法

Result$ = ReverseString(String$)
概要
Reverses all the characters in the 'String$'. The last characters becomes the first characters, and vice-versa.

参数

String$ The string to reverse.

返回值

A string holding the reversed string.

示例

  Debug ReverseString("Hello")  ; Will display "olleH"

已支持操作系统

所有

<- ReplaceString() - String Index - Right() ->