toupper()

Converts a string to uppercase and return the converted string. If an integer having the value of an ASCII character is passed, then the integer is converted to represent the uppercase value for the ASCII character and returned. Returns a string (if a string is passed) or an integer (if an integer is passed).

See also: tolower(), strcasecmp().

Syntax:

toupper(str);

where

str is a string to convert.

Example:
fputs(stderr, toupper("aBcD"));
// will print "ABCD"

Download Example File:

The following link(s) lead to the Agilent EEsof EDA Knowledge center website. You will need to register at this site with a valid support contract to download an example file.

Is Sub String?
Read Configuration File
Substring Character Position

Where Used:

Measurement Expressions (Data Display equations and Schematic MeasEqns), Schematic, Layout, Simulation, GUI

 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources