Martin Andersen
11-28-2005, 03:50 PM
Hi there, I need to store some information in a nodes CA's...
the problem is this:
for o in selection do
(
ca=attributes mydef
(
parameters paramsP
(
mbmat type:#string
)
)
custAttributes.add o ca
o.mbmat= #("asdasd","asd")
)
---------------
in the linie:
mbmat type:#string
I need to Store an Array of strings in there, how can I do that ?
I guess I have to type something else than #string ???
the problem is this:
for o in selection do
(
ca=attributes mydef
(
parameters paramsP
(
mbmat type:#string
)
)
custAttributes.add o ca
o.mbmat= #("asdasd","asd")
)
---------------
in the linie:
mbmat type:#string
I need to Store an Array of strings in there, how can I do that ?
I guess I have to type something else than #string ???
