Does anyone know how to make the current selection into a group in CS3?
In CS2 this was easy
make group with properties {group items:selection}However, this returns an Invalid parameter error at run time in CS3 although it does compile OK.
A quick look in the dictionary shows
group items is not available as a property of the group class. The only two lists,
all graphics and
all page items are read only.
