DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Variables in DIAdem SCRIPT are not typed?

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?

0 Kudos
Message 1 of 2
(3,528 Views)

Hello David,

 

DIAdem uses VBS, and VBS treats every variable as a Variant, so you are correct.

 

    Otmar

Otmar D. Foehner
0 Kudos
Message 2 of 2
(3,527 Views)