Re: using 3 arrays

2003-10-02 Thread Daniel Staal
--On Thursday, October 2, 2003 14:31 -0700 A L <[EMAIL PROTECTED]> wrote: @1@2@3 item1aitem1bitem1c item2aitem2bitem2c . . . . . . . . . They all have an equal number of items. I

RE: using 3 arrays

2003-10-02 Thread Wagner, David --- Senior Programmer Analyst --- WGO
A L wrote: > Thanks for helping me on my previous question; I was able to get it > afterwards. I have another question. First, I have 3 arrays and > wanted to print out the items of corresponding places in a > sequential order. I have tried using foreach function, like >below forea

Re: using 3 arrays

2003-10-02 Thread James Edward Gray II
On Thursday, October 2, 2003, at 04:31 PM, A L wrote: Thanks for helping me on my previous question; I was able to get it afterwards. I have another question. First, I have 3 arrays and wanted to print out the items of corresponding places in a sequential order. I have tried using foreach f