Length
Last updated
Was this helpful?
Last updated
Was this helpful?
Length functions allow you to work out how long a text value is, either regarding how many characters it contains, or how many items there are in a list (if it's an array).
This is useful if you want to validate the format of expected values e.g. barcodes, or correctly values apart at specified points.
See also .
=~LEN!~(‹cell›)
~LEN!~(‹string›)
~LEN!~(‹string›)
‹dimension›.value.~length!~ OR ‹array›.~length!~
~LEN!~(‹field›)
~len!~(‹string›) OR ~len!~(‹array›)
NB. The above example assumes variables have been declared for emailAddress
and children
. For more information, go to .