Thanks for the suggestion I will try several and see how they work out.
Kevin --- On Mon 02/09, Trevor DeVore < [EMAIL PROTECTED] > wrote: From: Trevor DeVore [mailto: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Mon, 9 Feb 2004 14:09:44 -0700 Subject: Re: Setting a element of a array equal to a array? On Feb 9, 2004, at 1:43 PM, Kevin wrote:<br>> My problem is that a custom property would be a "global" type setting. <br>> I am attempting to create a structure that can be passed from message <br>> to message (a type of secession information). I require a <br>> "parameters" array to be a "member" of a "secession" array object any <br>> ideas?<br>><br>><br>> In C++/Perl this is relative sumple but I cannot seem to locate any <br>> information about it for Transcript.<br><br>I came from a PHP background where I would used arrays for just about <br>everything. Arrays aren't quite as useful in Transcript but I've found <br>that with Transcript I was able to use line/comma delimited lists for <br>quite a few things that I would have normally used arrays for. You can <br>access the values using item x of myArray["Key"] or line x of <br>myArray["Key"].<br><br>So in your example you may be able to turn your parameters array into a <br>parameters list "param1,param2,param3" or <b r>"param1"&cr&"param2"&cr&"param3", etc. That might accomplish what you <br>want.<br><br><br>-- <br>Trevor DeVore<br>Blue Mango Multimedia<br>[EMAIL PROTECTED]<br><br>_______________________________________________<br>use-revolution mailing list<br>[EMAIL PROTECTED]<br>http://lists.runrev.com/mailman/listinfo/use-revolution<br> _______________________________________________ Join Excite! - http://www.excite.com The most personalized portal on the Web! _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
