CellSpace/Manual (draft)
by CellWorks
Home
Table of Contents
Glossary
Upper
The Upper function converts all the lower case letters in a text string to upper case.
Usage:
= Upper(<text>);
Example:
/* returns 'HELLO' */ = Upper("hello");