RE: remove evaluate question...

2002-04-09 Thread Raymond Camden
Simple. Change your data. Instead of saving to server.#dynamic#, do: Then save new_portal_id as a key to mydata. You can then get data using normal bracket notation. etc If for some reason you can't, you could use one evaluate command to make a copy of the structure instead. Or, even better

Re: remove evaluate question...

2002-04-09 Thread Erik Retz
Yes, I've been unable to get it to work either. I've got everything "cflocked" already. Thanks. -Erik Stephen Moretti wrote: >>you only really need one >> >> >> >>foo = Evaluate("server.#new_portal_id#"); >> >>stPortal.name = foo.name; >>stPortal.prename = foo.prename; >>stPortal.postnam

Re: remove evaluate question...

2002-04-09 Thread Stephen Moretti
> you only really need one > > > > foo = Evaluate("server.#new_portal_id#"); > > stPortal.name = foo.name; > stPortal.prename = foo.prename; > stPortal.postname = foo.postname; > stPortal.url = foo.url; > etc > > Thought there might be a way to do this with no evaluates, but just tried

RE: remove evaluate question...

2002-04-09 Thread Bryan Love
you only really need one foo = Evaluate("server.#new_portal_id#"); stPortal.name = foo.name; stPortal.prename = foo.prename; stPortal.postname = foo.postname; stPortal.url = foo.url; etc +---+ Bryan Love Macromedia Certified Professional