
04-16-2004, 07:24 PM
|
|
Registered User
|
Join Date: Jun 2002
Location: USA, Ohio
Posts: 729
|
|
|
If the list is a list of account names, tokenize isn't what you want to use, as it's going to split based on commas AND spaces. There are account names with spaces in them... and doing it with that method will prevent them from working. |
|
|
|