UPPER
Converts text to uppercase letters.
Syntax
upper(value:string)Arguments
Example
upper('INFORiver')
//Returns “INFORIVER".
Excel equivalent
Last updated
Was this helpful?
Converts text to uppercase letters.
upper(value:string)upper('INFORiver')
//Returns “INFORIVER".
Last updated
Was this helpful?
Was this helpful?