3 Jun
2003
3 Jun
'03
8:09 a.m.
Samir Mishra wrote:
My question was a simplification of what I need to do. I need to store arrays of dictionaries, with 200 or more elements. And I need to access these from multiple points. In this context, can I still set variables in documents or other objects?
You could use an external method and just set attributes on Document objects or some such, but this is a hack. Better would be to learn how to write Python Products and build your own Product... cheers, Chris