/********************************************************************************
********************************************************************************/
/********************************************************************************
********************************************************************************/
/********************************************************************************
********************************************************************************/
/********************************************************************************
********************************************************************************/
/********************************************************************************
********************************************************************************/
/********************************************************************************
********************************************************************************/
/********************************************************************************
********************************************************************************/
/********************************************************************************
| Function | Defintion |
|---|---|
| UPCASE | Upcase function is used for converting english alphabet letters of a variable's value to uppercase |
| LOWCASE | Lowcase function is used for convering englight alphabet letters of a variable's value to lowercase |
| PROPCASE |
Propcase function is used for converting all words of a variable's value to proper case. That is, propcase function converts the first letter of each 'word' to uppercase (and other letters of the word to lowercase). By default these characters are considered word separators: blank, forward slash, hyphen, open parenthesis, period |
********************************************************************************/
/********************************************************************************
********************************************************************************/
/********************************************************************************
********************************************************************************/
/********************************************************************************
********************************************************************************/
/********************************************************************************
********************************************************************************/
/********************************************************************************
| Function | Definition |
|---|---|
| LENGTH | Length function is used for obtaining the number of characters in a character string excluding trailing blanks, retruns a value of 1 for a blank value |
| LENGTHN | LengthN function is used for obtaining the number of characters in a character string excluding trailing blanks, retruns 0 for blank value |
********************************************************************************/
/********************************************************************************
********************************************************************************/
/********************************************************************************
********************************************************************************/
/********************************************************************************
********************************************************************************/