構文
Text.At(text as nullable text, index as number) as nullable text
バージョン情報
テキスト値 text
に含まれる文字のうち、位置 index
にある文字を返します。 テキストの最初の文字は位置 0 になります。
例 1
文字列 "Hello, World" 内の位置 4 にある文字を調べます。
使用方法
Text.At("Hello, World", 4)
出力
"o"
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
Text.At(text as nullable text, index as number) as nullable text
テキスト値 text
に含まれる文字のうち、位置 index
にある文字を返します。 テキストの最初の文字は位置 0 になります。
文字列 "Hello, World" 内の位置 4 にある文字を調べます。
使用方法
Text.At("Hello, World", 4)
出力
"o"