Welcome to the Exelis VIS product documentation center! Here you will find reference guides, help documents, and product libraries. Discover the products including ENVI, IDL, and ENVI LiDAR, and solutions developed by Exelis VIS at www.exelisvis.com.


STRUPCASE

STRUPCASE

The STRUPCASE function returns a copy of String converted to upper case. Only lowercase characters are modified—uppercase and non-alphabetic characters are copied without change.

Examples


To print an uppercase version of the string “IDL is fun”, enter:

PRINT, STRUPCASE('IDL is fun')

IDL prints:

IDL IS FUN

Syntax


Result = STRUPCASE(String)

Return Value


Returns a string composed of uppercase characters.

Arguments


String

The string to be converted. If this argument is not a string, it is converted using IDL’s default formatting rules. If it is an array, the result is an array with the same structure where each element contains an uppercase copy of the corresponding element of String.

Keywords


None.

Version History


Original

Introduced

See Also


STRLOWCASE



Comments


This page has no comments yet. Be the first one!

© 2013 Exelis Visual Information Solutions