DataBasic Reference > Statements and Intrinsic Functions > D > DOWNCASE 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

DOWNCASE Function (DataBasic) (m618703+downcase_f.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

DOWNCASE Function

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

Note: This function makes use of OCONV('exp','MCL') obsolescent.

Syntax

DOWNCASE(expression)

Syntax Elements

expression is any valid expression.

Example

X = 'ABc'
PRINT DOWNCASE(X)

Prints "abc".

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