Text.Length
Syntax
Text.Length(text as nullable text) as nullable number
About
Returns the number of characters in the text text
.
Example 1
Find how many characters are in the text "Hello World".
Usage
Text.Length("Hello World")
Output
11
Šī pārlūkprogramma vairs netiek atbalstīta.
Jauniniet uz Microsoft Edge, lai izmantotu jaunāko līdzekļu, drošības atjauninājumu un tehniskā atbalsta sniegtās priekšrocības.
Text.Length(text as nullable text) as nullable number
Returns the number of characters in the text text
.
Find how many characters are in the text "Hello World".
Usage
Text.Length("Hello World")
Output
11