Closed philormand closed 9 years ago
[*]There should be a way to delete scriptVars that are no longer needed. I can find no way to do it now. This came up because of the next issue.
scriptVar.clear() will already delete all variables scriptVar.remove("Fred") will remove the variable named Fred
[*]There should be a way to delete scriptVars that are no longer needed. I can find no way to do it now. This came up because of the next issue.