for some reason in my function if I say return myArray then I get an array with zero lines even when that is not true.
If I say return myArray[1] (where 1 is one of the keys which has data in the array) then it does return that correctly but just with that one line of course. This is why I hate arrays. It is not working like I expected. On 9/20/08, william humphrey <[EMAIL PROTECTED]> wrote: > > Thanks for not only answering but giving me the example. The repeat for > each line in the array will work perfectly. -- http://www.bluewatermaritime.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
