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] Sent: Thursday, 13 May 2004 08:01 To: [EMAIL PROTECTED] Subject: [U2] [UV] File handles in arrays Is it not possible to store a file handle in a dynamic array? This seems to work: DIM FILE.HANDLES(10) OPEN '','PARTS' TO FILE.HANDLES(1) ELSE PRINT 'noopen' READ THIS.REC FROM FILE.HANDLES(1), '1900-90' ELSE PRINT 'noread' ...but I'd rather use dynamic arrays. ------- u2-users mailing list [EMAIL PROTECTED] http://www.u2ug.org/listinfo/u2-users Disclaimer. This e-mail is private and confidential. If you are not the intended recipient, please advise us by return e-mail immediately, and delete the e-mail and any attachments without using or disclosing the contents in any way. The views expressed in this e-mail are those of the author, and do not represent those of this company unless this is clearly indicated. You should scan this e-mail and any attachments for viruses. This company accepts no liability for any direct or indirect damage or loss resulting from the use of any attachments to this e-mail. ------- u2-users mailing list [EMAIL PROTECTED] http://www.u2ug.org/listinfo/u2-users
