SDU

Upcase

From SDU

Jump to: navigation, search
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.

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;
This page was last modified 14:22, 16 May 2011.  This page has been accessed 503 times.  Content is available under Attribution-Noncommercial-Share Alike 3.0 UnportedDisclaimers