ined create GROUP

Juergen Strittmatter Hiwi bei Kip (stritt@iitb.fhg.de)
Mon, 15 Jan 96 08:42:03 +0100

Hi,

Ethan Gold said:

>> I tried to make use of the ined create GROUP <node> <node> ...
>> in a script and it appears to be broken. it creates a group which I
>> can then name, etc, but it ignores all it's <node> parameters, returning
>> me an empty group up in the left corner of the canvas.

Just try:

eval ined create GROUP [ined select]

The eval command will start the ined create with all the selected nodes as
arguments. Whereas

ined create GROUP [ined select]

starts the ined create command with a list of selected nodes as ONE argument.

Juergen