| 
 Converts uppercase letters to lowercase letters. 
 | 
| 
 Syntax: 
 | 
 Lower(string) 
 | 
| 
 Parameters: 
 | 
 string: Input Alpha string or Alpha expression. 
 | 
| 
 Returns: 
 | 
 An Alpha string 
 | 
| 
 Example: 
 | 
 Lower ('JOHN') returns 'john' 
 | 
| 
 Note: 
 | 
 This function works according to the mgconst language. 
 | 
| 
 See also: 
 | 
 Upper 
The Online and Rich Client Samples projects (program ST04 and RST04) 
 |