From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: * X-Spam-Status: No, score=1.8 required=3.0 tests=BAYES_50,FROM_ADDR_WS autolearn=no autolearn_force=no version=3.4.5-pre1 Date: 4 Feb 93 04:25:24 GMT From: agate!spool.mu.edu!darwin.sura.net!ms!egoforth@ucbvax.Berkeley.EDU (Edwa rd R. Goforth) Subject: Need help with array passing Message-ID: <1993Feb4.042524.7308@cs.wm.edu> List-Id: Ada afficionados, please help me!! I am writing a package which will include several procedures which need to receive an array whose size is not known at compile time. The array will be indexed on the integers, and will be an array of integers. The number of elements in the array will also be passed as an "in" parameter. The array itself will be modified and returned, and hence needs to be an "in out" parameter. These procedures will be in a package, so I need both the specification and implementation declarations. Thank you for your help. If possible, please e-mail your reply, as it is difficult for me to catch all of the articles in the newsgroup. Ed... Edward R. Goforth - egoforth@cs.wm.edu Department of Computer Science The College of William and Mary Williamsburg, Virginia