Forum Discussion
Manfred_F
10 years agoRegular Contributor
have also built my Framework, using vbScript.
I can NOT recommend to do so.
The Problem is the poor functionality of the Scripting engines, all of them.
There is no helpful compile-time Syntax check, so any typo in an object Name will Show only after the script ran two hours to reach that Location. Then You start again...
There IS better Scripting, e.g. VBA does have a perfect Syntax check.
Maybe the SDK would be a better solution here? Did anybody try?