Salesforce

VarAttr (Magic xpa 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

VarAttr (Magic xpa 3.x)

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)

Reference
Attachment 
Attachment