On 01/08/07, modius <[EMAIL PROTECTED]> wrote: > > > On Aug 1, 7:33 pm, "Stephen Moretti" <[EMAIL PROTECTED]> > wrote: > > I'm gathering some information from a form on the website. > > > > The main part of the information goes into one table, but the site > visitor > > can also select a bunch of options. These options are stored in an > array > > table. > > Are these choices content items themselves?
Yes they are. > How do I put manually put together the stProps structure for the array > table > > elements, so that I can just pass it all to the setData() method of my > main > > datatype? > > If they are content objects then you really only need to pass in an > array of objectids for the array property. > > Or are you thinking of an extended array object? Its just an array property, so an array of objectids it is. As is usually the way I managed to work it out myself, but I just popped out for some lunch and was about to answer my own question now that I'm back :) Regards Stephen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
