Hi, I'm not sure what to do anymore. I'm writing a small Console application and if hit a snag...
I can not seem to add items to my array ... I've tried, Dim theArr() As String theArr.Append(tmpS) // tmpS is a temp string theArr.insert(0,tmpS) theArr(0)=tmpS and none of them are adding tmpS to the array, I do a Ubound and it returns 0 Any help would be great! Thanks, - Charles _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
