Hi Jen . . .
Have u ever used this methode :
-------------------------------
Dim mArr as Variant
mArr = array(String1,String2,String3. . .)
'this methode join the string automatically and read it as array
'//now loops the mArr variable ( This methode almost similar with SPLIT methode. In this case the delimiter is " coma " ( the fixed delimeter ).
For i = 1 to UBound(mArr)
'Put the result in a Listbox for example
list1.Additem mArr(i - 1)
Next
------------------------------------------------------
Hope this, can help u to solve your problems . . .
and a, do you have some information about making Autorun Setup from CD's ?
However . . .have a nice coding Jen !!!
Aal's
|