Search
EvaluationContext.assignIdentifier Method
See Also
 






Assigns a value to the identifier with the specified name. If the identifier is not definied it is automatically defined.

Namespace: com.mindfusion.scripting
Package: com.mindfusion.scripting

 Syntax

Java  Copy Code

void assignIdentifier (
    String name,
    Object value
)

 Parameters

name

The identifier to assign.

value

The new value.

 See Also