Text.At

Text.At(value as nullable text, index as number) as nullable text

在位置 index 返回文本值中的字符 text。文本中的第一个字符位于位置 0。

示例:

查找位于字符串 "Hello, World" 中位置 4 的字符。

使用情况:

Text.At("Hello, World", 4)

输出:

"o"

results matching ""

    No results matching ""