If you separate them with a command you could read the entire line at once and you would have your array.
If each computer is on a separate line you could do something like this:

Code:

$rc = Open (1, "c:\pcnamefile.txt", 2)
$line = ReadLine (1)
While @ERROR = "0"
$array = $array + $line + ","
$line = ReadLine (1)
Loop
$rc = Close(1)

_________________________
Mart

- Chuck Norris once sold ebay to ebay on ebay.