--- Kevin <[EMAIL PROTECTED]> wrote: > > My problem is that a custom property would be a > "global" type setting. I am attempting to create a > structure that can be passed from message to message > (a type of secession information). I require a > "parameters" array to be a "member" of a "secession" > array object any ideas? > > > In C++/Perl this is relative sumple but I cannot > seem to locate any information about it for > Transcript. > > Kevin >
Hi Kevin, One way to pass structured information from one message to the next is by sticking the information in an XMLTree, and pass its ID. Jan Schenkel. ===== "As we grow older, we grow both wiser and more foolish at the same time." (La Rochefoucauld) __________________________________ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
