Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter name

Type

Required

Description

str

string

Yes

Specifies a character expression for which LENGHTthe Length() returns the number of characters for.

Return type

number

Example

Code Block
wlen = length("This text is <wlen> characters long");
print("LenghtLength is " + wlen);

Print Lenght is 35

...