From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=BAYES_00,INVALID_MSGID, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,15b980291302dd26,start X-Google-Attributes: gid103376,public From: r_srinivasan@my-deja.com Subject: limited private types Date: 2000/04/26 Message-ID: <8e7jbb$s0h$1@nnrp1.deja.com>#1/1 X-Deja-AN: 616043837 X-Http-Proxy: 1.0 tammy.geics.ge.com:80 (Squid/2.2.STABLE4), 1.0 x25.deja.com:80 (Squid/1.1.22) for client 3.29.64.178, 206.189.239.169 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Wed Apr 26 20:25:36 2000 GMT X-MyDeja-Info: XMYDJUIDr_srinivasan Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt) Date: 2000-04-26T00:00:00+00:00 List-Id: folks, I hope someone has a reasonable suggestion for the following problem : I am developing a file processing application that requires opening and closing of an unspecified number of files. Ideally i would like to build a "stack" of "files". Currently I am using text_io package. Unfortunately the type text_io.file_type is a "limited private" type and this means no assignments. I have been able to get around this somewhat by using File_access type but there is no "close" procedure that will take a file_access. Any and all ideas would be appreciated. regards srini Sent via Deja.com http://www.deja.com/ Before you buy.