CA Service Management

CA SDM::.SPEL::. Upcase 

Jan 25, 2017 07:42 AM

Upcase

 

Overview

Spell function converting string to a uppercase (coverts all characters in string to uppercase)

Usage

<source lang="javascript"> string upcase(string attr); </source>

  • attr - any string

Results

Returns converted string.

Examples

<source lang="javascript"> acc_type_name = upcase(acc_type_name); if (acc_type_name == 'EMPLOYEE') cnt_type = 2305; </source>

Statistics
0 Favorited
4 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.