Length of String [LEN]

Returns the number of characters (including spaces) in a string.

Syntax

LEN (“Text”)

Data Types of the Arguments

String

Data Type of the Result

Integer

Expression

LEN (“The quick brown fox”)

Result

19

  • Was this Helpful ?
  • YesNo
Relevant topics
Length
  Defines a length variable. You can create a GDL object parameter from this variable in the node settings dialog. Works the same as the Number node, but the created GDL parameter will have length type. Outputs Name Type Description ...