Versions Compared

Key

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

...

  1. String Expression returns a real value containing N characters, where N=>0. 
  2. "NullString" is considered as a DETERMINED empty string.

...

LEN("445.02")

returns 6


LEN("NullString")

returns 0


LEN("Qnowledge Wageningen")

...