Hey!
Im currently writing some scripts for an upcoming project, how do I query if a dag node example a group exists or not??? what is the command??? there must be a way todo this...
/Joda
Hi,
if( objExists the\_node ) print "the node existsn";else print "the node doesn't exists.n";
objExists the\_node
[mike]