Text.End

Text.End(string as nullable text, numChars as number) as nullable text

返回一个 text 值,该值是 texttext 的后 count 个字符。

示例:

获取文本 "Hello, World" 的后 5 个字符。

使用情况:

Text.End("Hello, World", 5)

输出:

"World"

results matching ""

    No results matching ""