PROPER
Syntax
proper(value:string)Arguments
Example
proper('INFORiver')
//Returns “Inforiver".
Excel equivalent
Last updated
Was this helpful?
The PROPER function converts the first character of a text string into uppercase. The remaining characters will be lowercase. Node references are also accepted as arguments.
proper(value:string)value - A text string. Required.
proper('INFORiver')
//Returns “Inforiver".
Last updated
Was this helpful?
Was this helpful?