SetVar(name, value)
|
|
Parameters
|
Stringname
The name of the ACL variable to set. If the variable is not qualified with a package name, themain package is used. Stringvalue
The new value for the ACL variable. There are no size limits (beyond available memory) on the length of the string.
|
Returns
|
void
|
Throws
|
AOMException
Raised if the ACL variable is read-only.
|