> <item number="#476532"> > <category>Wheel Parts</category> > <description>"blah blah"</description> > <cost>$249.99</cost> > <shipping> > <east></east> > <middle></middle> > <west>$12.55</west> > </shipping> > </item>
> put myArray["#476532"][4][3] into shippingPriceWestCoast I would assume you'd also be able to do: put myArray["#476532"]["shipping"]["west"] into shippingPriceWestCoast Right? Ken Ray Sons of Thunder Software, Inc. Email: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/ _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
