Use push for not overwritte your array and adding elements to it.
Flags usually are used like this example:
while (...) { if (/xxyy/) # end of your block searched { $flag = 0; } if (/.../) { $flag = 1; } ... ... if ($flag == 1) { ... } }
I didn't understand your question completely, but I hope that helps
Regards,In reply to Re: problems with flip flop
by i5513
in thread problems with flip flop
by bio25
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |