[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Lower StrngTTT
Purpose To convert a string to lower case letters.
Returns String;
Declaration Lower(Str:string):string;
Str is the string to be converted
Uses StrngTTT.
Remarks Only the upper case alphabet (A..Z) is affected.
Example
USES STRNGTTT;
VAR TTT : STRING;
BEGIN
TTT := LOWER('LEARNING TO TYPE');
END.
The string TTT is assigned the value "learning to type".
See Also:
Upper
Proper
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson