Programmer's Guide > Interfaces > Acl interface > GetVar method
  
GetVar method
Returns the value of an ACL scalar variable as a string.
GetVar(name )
Parameters
Stringname
The name of the ACL variable to retrieve. If the variable is not qualified with a package name, themain package is used.
Returns
String. The value of the specified ACL variable as a string.