| |
imav8n
Posts: 95
Score: 0
Joined: 7/3/2001
From: USA
Status: offline
|
Try using: Split(String, ",") This will break up the string into an array using the comma as the delimiter. Then just loop through the array to create your list. For more info on Split(), try this link: http://www.devguru.com/Technologies/vbscript/quickref/split.html Good Luck! ~imav8n
|
|