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.
Please help about some arrays
Moderator: General Moderators
Re: Please help about some arrays
I don't understand your question. Can you provide an example workflow?
Re: Please help about some arrays
Thanks that helped 