[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Proper
Purpose Converts a string to proper case, i.e. the first character of
each word is capitalized.
Decln. Proper(Str:string):string;
Returns String
Remarks Str is the source string.
Example
VAR
TTT : STRING
BEGIN
TTT := PROPER('TECHNOJOCK SOFTWARE INC.');
END;
The variable TTT is assigned the value "Technojock Software, Inc.".
See Also:
Upper
Lower
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson