Salesforce

VariantGetVector (Magic xpa 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

VariantGetVector (Magic xpa 3.x)

Retrieves the vector value of a variant data type.

Syntax:

VariantGetVector (variant value, vector prototype)

Parameters:

variant value – A BLOB value storing the variant data type. See Variant Storage Types.

vector prototype – A reference to a vector variable to be used as a prototype of the vector structure.

Returns:

The vector value

Example:

VariantGetVector (B,'A'VAR) returns the vector value of the variant represented by B, according to the vector structure represented by variable A.

Exceptions:

This function is not supported for Rich Client tasks.

See also:

The Online Samples project (program CS06)

Reference
Attachment 
Attachment