[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
LENGTH Return Length of String pp 72
Syntax: Length (String) ;
Type: Integer
Form: Function
Purpose: Return the length of the string expression String.
----------------------------------------------------------------------------
Usage:
VAR
IntVar : Integer ;
BEGIN
IntVar := Length (String) ;
END.
See Also:
Concat
Copy
Delete
Insert
Pos
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson