01-17-2011 02:08 AM
Hi,
I'm using now DIAdem 10.2.1 and have now a problem with Root-Object in DIAdem-Script. Everytime I call this object "Root", for example:
'------------------------------------------------------------------------------- '-- VBS-Script-Datei '-- Neu erstellt am 17.01.2011 08:54:16 '-- Ersteller: '-- Kommentar: '------------------------------------------------------------------------------- Option Explicit 'Erzwingt die explizite Deklaration aller Variablen in einem Skript. Root.ChannelGroups.RemoveAll
I received a msg from DIAdem: "Variable is undefined: 'Root' "
Can anyone help me with it?
Regards
Tuan Anh
01-17-2011 02:40 AM
01-17-2011 07:28 AM
Hi Tuan Anh,
The corresponding command for DIAdem 10.x and ealier is "DataDelAll".
Brad Turpin
DIAdem Product Support Engineer
National Instruments
01-19-2011 08:00 AM
Thank you for your answer