SphereCommunity

Full Version: Multicreate and ATTR
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
With this code


Code:
SERV.NEWITEM i_multi_pentagram
NEW.P=423,430,-1,3
NEW.MULTICREATE

I can create a i_multi_pentagram where all the compoents are set with ATTR 010 except the middle one that is set with ATTR 00... why?
looks like MULTICREATE adds all the COMPONENTS of the MULTI, you'll need to add ATTR 010 to the MULTI seperately.
What you mean?
for example

SERV.NEWITEM i_multi_pentagram
NEW.P=423,430,-1,3
ATTR=010
NEW.MULTICREATE
Reference URL's