Page 1 of 1

Please help about some arrays

Posted: Sat Jul 11, 2009 5:20 am
by SIZIK
So here what is the problem: I am using more arrays that I need for some project and there are
$counter[] , $busy[] , $avaible[]. The $counter[0] matches the $avaible[0] and so on...

I am checking in the $counter[] for the smallest count and then I write the $avaible[] to the $busy[] array.
Then I want to get rid of that $avaible[] value and not to be shown again or something, because it makes me troubles.

Please help me about this issue.

Re: Please help about some arrays

Posted: Sat Jul 11, 2009 8:27 am
by koen.h
I don't understand your question. Can you provide an example workflow?

Re: Please help about some arrays

Posted: Sat Jul 11, 2009 4:23 pm
by SIZIK
Thanks that helped :)