Assigns a value to the identifier with the specified name. If the identifier is not definied it is automatically defined.
Namespace: com.mindfusion.scripting
File: com.mindfusion.scripting
SyntaxJava
Copy Code
|
|---|
void assignIdentifier ( |
The identifier to assign.
The new value.
See Also