Salesforce

JSet (Magic xpa 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

JSet (Magic xpa 3.x)

Updates an instance variable.

Syntax:

JSet(pseudo-reference,'variable name', 'variable signature', value)

Returns:

True when the update is successful. A False value is returned when the pseudo-reference is not part of the current context, the variable name is not found, or the last parameter could not be converted according to the signature.

Example:

JSet(A, 'a', 'I', B)

See also:

Java Functions

The Online Samples project (program JV05)

Reference
Attachment 
Attachment