RE: [U2] [UV] File handles in arrays

2004-05-13 Thread Ken Wallis
Barry Brevik wrote: Thanks for the replies. I would have preferred to use dynamic arrays because... well, because they are dynamic. I think what David was pointing out with his quote from the manual set is that the DIM statement is your friend. IIRC the INMAT() function will tell you how big

RE: [U2] [UV] File handles in arrays

2004-05-12 Thread Adrian . Womack
Not a chance. A dynamic array is really just a string (with delimiters). A file variable has to be stored in a real variable. Why do you have a problem with using a matrix, it's more efficient than a dynamic array anyway. -Original Message- From: Barry Brevik [mailto:[EMAIL PROTECTED]