Jump to content

Len (programming)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Deryck Chan (talk | contribs) at 15:35, 6 February 2006. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Operation of strings is permitted in many common programming languages. One of the major functions of string operation returns the length of a specific string. That function is called Len, which stands for length in the BASIC programming language and its derivatives such as Visual Basic, and is called strlen in the C programming language and its derivatives such as PHP.