SetVar method
Sets the value of an ACL scalar variable to the specified string.
SetVar(name, value)
Parameters
String name
The name of the ACL variable to set. If the variable is not qualified with a package name, themain package is used. String value
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.
这对您有帮助吗?