DataBasic Reference > Statements and Intrinsic Functions > U > UPCASE Function

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

RealityV15.1Online Documentation (MoTW) Revision 7

UPCASE Function (DataBasic) (m618703+upcase_f.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

UPCASE Function

Converts all lower-case letters to upper-case. Characters that are not lower-case letters remain unchanged.

Note: The UPCASE function effectively supersedes the use of OCONV(expression, 'MCU') as it is simpler and faster.

Syntax

UPCASE(expression)

Syntax Elements

expression any expression that evaluates to a string.

Example

X = UPCASE(abC)

Variable X is assigned the value 'ABC'.

RealityV15.1 (MoTW) Revision 7Comment on this topic