I hit a wall using DWScript trying to use “other” examples:
uses utils, qusers;
Syntax error: Unknown "utils" block [row: 3, column: 20]
Any help would be greatly appreciated.
Additional Information: I also add file locations to Script.Config.ScriptPaths, for example: "C: \ myscripts"
Additional information2: the purpose of using "uses" was that "$ INCLUDE" or "$ I" occurred when:
unit1.dws includes unit2.dws
unit3.dws includes unit3.dws and unit1.dws
source
share