I am coding the interface using Vb Sccript - I want to add free tables to the list using an array of the file names, but when I try to use
lstTables.Items.Add(MyArray) it throws an exception that the command is not valid,
if I use lstTables.Items myArray I get object expected..
Can someone give me a clue in...how do I do it..??
