2009/10/8 The Editor <[email protected]> > > I'm not sure it will work with the BOLTprocess system as it doesn't > have anyway to return a variable back to the original source. I'm > hoping this will do the trick. >
Not sure what you are saying by returning var back to source. If you have a page update function which calls each edit function in an array in turn, every edit function uses the same variable parameters, like page text, and works on the relevant ones by reference. After the calls are done, the update page function saves the page. The edit functions don't save it, or any part of it. They just prepare the page for saving. ~Hans --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" 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/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
