[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Upper


Purpose   Converts a string to upper case.

Decln.    Upper(Str:string):string;

Returns   String

Remarks   Str is the source string.

          Only the upper case alphabet A to Z is affected.

Example

VAR
  TTT : STRING
BEGIN
    TTT := UPPER('TECHNOJOCK SOFTWARE');
END;

The variable TTT is assigned the value "TECHNOJOCK SOFTWARE".

See Also: Lower Proper
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson