How to handle a multi-level variable



I'm using a variable to hold multiple lines of a file. I append lines
to the variable, and then use lineget to use the ones I need. What I
need to do is re-initialize all levels of the variable before the next
iteration of the loop it is in to avoid duplicate values. I've looked
in the manuals, and it seems that I need to do a #FRAME then push that
one variable, use it, then do an #UNFRAME before starting the next
iteration of the loop. Can anyone tell me if I've got this right, or
is there a better way to do it?
Thanks!

.



Relevant Pages

  • Re: Most efficiant use of stringbuilder
    ... > (these are generated inside a datareader loop) ... > #2 Append the data into stringbuilder variable, ... > iteration ...
    (microsoft.public.dotnet.languages.vb)
  • Most efficiant use of stringbuilder
    ... (these are generated inside a datareader loop) ... #2 Append the data into stringbuilder variable, ... #3 Append the data into stringbuilder variable, writing to the file ... iteration ...
    (microsoft.public.dotnet.languages.vb)
  • Yow! LOOP macros are LOOPY!
    ... By relying entirely on procedure calls to express iteration, ... to but cleaner than C's FOR loop. ... other macros going around at the time other than MacLisp's ... (bind (vi (vector-ref v i))) ...
    (comp.lang.scheme)
  • Re: Polling, Interrupts, DMA, Synchronous, Asynchronous I/O Definitions
    ... the terminology is less useful than it might be. ... though a "message loop" could arguably be claimed to be ... considering in a particular iteration but what is true for _ALL_ ... watching the "polling" version eating up every single CPU cycle ...
    (alt.lang.asm)
  • Re: Histogram of character frequencies
    ... generated object code may simply be a loop in which elements are ... believe any C compiler anywhere would reject it. ... On the first iteration of the loop you test the end of file indicator ...
    (comp.lang.c)