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