| 
 Provides a variable's attribute. 
 | 
| 
 Syntax: 
 | 
 VarAttr(variable) 
 | 
| 
 Parameters: 
 | 
 variable: A value representing a variable index. Should be used with the VAR literal. 
 | 
| 
 Returns: 
 | 
 A string containing the variable's attribute. 
 | 
| 
 Example: 
 | 
 If the attribute of the BE variable is Unicode, then the function VarAttr('BE'VAR) returns U. 
 | 
| 
 Note: 
 | 
 VarAttr is helpful when implementing a generic cut and paste mechanism using Application events. 
 | 
| 
 See also: 
 | 
 Var functions 
The Online and Rich Client Samples projects (program VA05 and RVA05) 
 |