Yes I'm suggesting that those identifiers would return some kind of array collection that is only accessible with the foreach loop. See the ms.org posting for updates. Something like this:

Code:
foreach ($read(file.txt, not_sure_about_second_parm)) {
  $v1 would contain the line being read
}

foreach ($nick(#, rovha)) {
  $v1 would be the nick
}

Last edited by astigmatik; 16/02/07 04:07 AM.