in reply to Re: Script issue involves File Handling.
in thread Script issue involves File Handling.

hey toolic
quick question,In the script while reads line by line rite? Hence the array @tokens changes every time the script reads a new line.

thanks
Irishboy
  • Comment on Re^2: Script issue involves File Handling.

Replies are listed 'Best First'.
Re^3: Script issue involves File Handling.
by toolic (Bishop) on Oct 01, 2009 at 20:54 UTC
    while reads line by line rite?
    Yes.
    the array @tokens changes every time the script reads a new line.
    Correct.