...

strlen

strlen(source: text) 🡒 number, const pure function

Returns the length of the text argument.

show summary "" a1a3 with
  strlen("") // returns 0
  strlen("Hello") // returns 5
  strlen("Hello World!") // returns 12

The length of text values is limited to 256 in Envision.

User Contributed Notes
0 notes + add a note