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.

Examples

LEN("445.0202")

returns 6


LEN("NullString")

...