hi again jocke... seems i'll give a go at answering your questions again ;-)
If I understand your question properly, I doubt the previous poster's
response would be useful to you.
The bad news (I think): there are limited functions that deal with array
pointers. There are plenty to deal with arra
Well, you can add items onto the end of an array by doing:
$myarray[] = "added on end";
--
Ben "SheepCow" O'Neill
GameSpyDaily Weekend Editor
http://www.gamespydaily.com
"Matt Babineau" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Ok here goes!
>
> Lets say I have an array:
>
>