StrUpr()

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Miscellaneous functions >

StrUpr()

Description

Convert all letters in a string to uppercase.

 

Type

REGULAR FUNCTION

 

Usage

AllUpper = StrUpr(String)

 

String

STRING

String for conversion.

AllUpper

STRING

String converted to all uppercase.

 

Related Topics