You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

LEN returns the length of a string value

Syntax

LEn(StrExpr$)

Arguments

  • StrExpr$ is a String Expression 

Remarks

  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.02")

returns 6


LEN("NullString")

returns 0


LEN("Qnowledge Wageningen")

returns 16


 

Quick links: Function overview | Attribute overview | Constants overview | Dimensions overview

  • No labels