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)
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.
UPCASE(expression)
expression any expression that evaluates to a string.
X = UPCASE(abC)
Variable X is assigned the value 'ABC'.