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.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 24 Apr 92 13:33:44 GMT From: aio!sweetpea.jsc.nasa.gov!yow@eos.arc.nasa.gov (Bill Yow) Subject: Re: 'image and memory allocation Message-ID: <1992Apr24.133344.18975@aio.jsc.nasa.gov> List-Id: In article <1992Apr23.164302.15348@puffin.uucp>, pete@puffin.uucp writes: Stuff Deleted |> Note that often simple DP progs have a single loop at the top level, |> and SHOULD work on extensible data sets. The trick you give is simply |> that, a trick, and shouldn't be necessary (besides, NO manual documents The Manual for version Meridian Ada 4.1 documents that problem. Check page 9 of the Meridian Ada Compiler User's Guide under the section Using the Compiler. 2.4.4 Catenation (&) and Storage Reclamation ... Has a paragraph about the problem and a sample program. |> it. Another real solution is to use 'image (and other string ops; |> concatenation does this too) for debugging only). Of course, this makes |> your program unreadable, as in C where the string ops are all explicit |> calls... |> However, if the output is to be in neat columns, string ops are |> undesireable anyhow as they give unpredictable sizes. > ------------------------------------------------------------- Stuff Deleted |> |> > Bruce Conroy |> |> -- Pete Later, Bill Yow (713) 283-4051 yow@sweetpea.jsc.nasa.gov byow@mcimail.com My opinions are my own!