Upcase
From SDU
To make corrections or additions to this article, select the edit tab above.
To discuss or ask questions about this article, select the discussion tab above.
To discuss or ask questions about this article, select the discussion tab above.
Overview
Spell function converting string to a uppercase (coverts all characters in string to uppercase)
Usage
string upcase(string attr);
- attr - any string
Results
Returns converted string.
Examples
acc_type_name = upcase(acc_type_name); if (acc_type_name == 'EMPLOYEE') cnt_type = 2305;
Categories: Customizations | R6 | R11 | R12 | Spell Code




