TextText.Startこのページの見出しText.Start テキストの先頭を返します。 Syntax Text.Start( text as text, count as number) as text Remarks text の最初の count 文字をテキスト値として返します。 Examples Example #1 "Hello, World" の最初の 5 文字を取得します。 Text.Start("Hello, World", 5) Result: "Hello" Category Text.Extraction