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