Gian Sartor wrote:
Hi All,
I have a list in the following format ->
room
surname
firstnames
What I would like to is read the file into an array and combine the
firstname and surname onto the same line and ignore the room. Below is
an example of what I want to do ->
Thanks to Paul and Chas.
On 6/13/07, Gian Sartor <[EMAIL PROTECTED]> wrote:
Hi All,
I have a list in the following format ->
room
surname
firstnames
What I would like to is read the file into an array and combine the
firstname and surname onto the same line and ignore the room. Below is
an example of what I want to do
On Jun 13, 10:23 am, [EMAIL PROTECTED] (Gian Sartor) wrote:
> Hi All,
>
> I have a list in the following format ->
>
> room
> surname
> firstnames
>
> What I would like to is read the file into an array and combine the
> firstname and surname onto the same line and ignore the room. Below is
> an ex