Right()

语法

Result$ = Right(String$, Length)
概要
Returns the specified number of characters from the right side of the string.

参数

String$ The string to use.
Length The number of characters to return. If this value exceeds the number of characters of the string, it will be returns the whole string.

返回值

A string holding the specified number of characters from the right side of the string.

示例

  Debug Right("This is Art", 3) ; Will display "Art"

参阅

Left()

已支持操作系统

所有

<- ReverseString() - String Index - Space() ->