You're not really using the $server varibale, and you've hardcoded the number. It would be better to just read the text file line by line and , if necessary, redim the array with REDIM.

The split is actually very straighforward. Using
quote:
Administrator User Account 98
as an exmaple, SPLIT will result in a 4-element array with indices 0-3. Index 0 is "Administartor, index 3 is "98". You can address indices with the square brackets, e.g. $variable[0] for the first element.

BTW, you should not use GOTO in code as it is a very bad habit, so don't start it [Smile]
_________________________
There are two types of vessels, submarines and targets.