Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!hao!ames!ucbcad!ucbvax!YALE.ARPA!fischer-michael From: fischer-michael@YALE.ARPA (Michael Fischer) Newsgroups: comp.sys.apollo Subject: Re: Dynamic Allocation in an Aegis Script ??? Message-ID: <8711181453.AA05550@ELI.CS.YALE.EDU> Date: Wed, 18-Nov-87 09:53:39 EST Article-I.D.: ELI.8711181453.AA05550 Posted: Wed Nov 18 09:53:39 1987 Date-Received: Sat, 21-Nov-87 09:44:10 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 16 I have here an Aegis script that prompts a user for a number which is used in part to create variables "dynamically". These variables are created by concatenating a string prefix to the loop counter number. The problem is that I can't evaluate it in the same manner. Here's a way to evaluate the dynamic variable: args (('args ^var' + ^i)) | sh -e It may not be pretty, but it does write the desired value to standard output. --Mike Fischer -------