In a message regarding Issues with using an Array dated Wed, 21 Mar 2007 09:37:37 -0700, Charles Heizer said that ...
> and none of them are adding tmpS to the array, I do a Ubound and it > returns 0 Then there is one string in your array. An empty array has a UBound of -1 Have you tried MsgBox theArr(0) ? -- Steve Garman Using REALbasic Professional on Windows XP Pro _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
