06-23-2011 09:22 AM
Hi
I had a quick question on writing scripts in DIAdem. Coming from VBA (Excel) where variables all have to be declared as a type (Dim VarName As Boolean) it does not appear this is the case with DIAdem - it seems to not require variable type declaration and simply treats everything you Dim as a variant. Is this correct?
06-23-2011 10:14 AM
Hello David,
DIAdem uses VBS, and VBS treats every variable as a Variant, so you are correct.
Otmar