共用方式為


Text.Length

語法

Text.Length(text as nullable text) as nullable number

關於

傳回文字 text 中的字元數。

範例 1

找出文字 "Hello World" 有多少個字元。

使用方式

Text.Length("Hello World")

輸出

11