LENGTH


 
SYNTAX:
 
FUNCTION LENGTH ( V:STRING ) : INTEGER;
The length function returns the number of characters in a string.
 
Parameters : V is a string value.