Author Topic: Muliple Objects With the same name [Solved]  (Read 604 times)

  %list="";
   %group = %obj.getGroup();
   %name  = %obj.getName();
   %count = %group.NTObjectCount[%name];
   for(%i=0;%i<%count;%i++)
      %list=%list@%group.NTObject[%name, %i].getID()@" ";
   %list=trim(%list);
« Last Edit: April 21, 2013, 07:26:34 PM by MARBLE MAN »