VBScript
This is how the PersistentVariables table with it's fields is defined:
PersistentVariables --------------------------------------------------------------------------------- PersVarID int unique id of variable Name nvarchar(50) variable name Value nvarchar(1024) * value of variable Scope int scope of variable UserID int * SwyxWare UserID who is granted access (SCOPE_USER) NameSpace nvarchar(128) * Name of Namespace (SCOPE_NAMESPACE) * = Allow Nulls

By Tom Wellige