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)
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.
DOWNCASE(expression)
expression is any valid expression.
X = 'ABc'
PRINT DOWNCASE(X)
Prints "abc".