$_

From: Eric Walker (ewalker_at_micron.com)
Date: 12/30/03


To: perlgroup <beginners@perl.org>
Date: 30 Dec 2003 09:36:15 -0700

I am going through a file and when I enter a certain routine, I am
entering a while loop with the <IN> construct. Is there a way to back
the counter up or back up one line before I go into the while loop?

a
b
c
d

Instead of seeing b when I enter the while loop, adjust some option and
see the a.

perlknucklehead



Relevant Pages

  • Re: Using ZLib
    ... >> If only it were so easy - I tried using a repeat..until loop, ... >when Count>bytes left, inflate() sets FZRec.avail_out to 0, otherwise ... the main exit condition, and suggest that you check your Delphi CD. ... routine to ensure that they are asking for /exactly/ the decompressed ...
    (comp.lang.pascal.delphi.misc)
  • Re: Math libarary
    ... thought would have been a bette routine than Math.Exp and I was wrong;/ ... Both of these depend on S only but have to take into account the boundaries. ... Right now I have two functions that essentially loop over S seperately. ... The following is the code I use to compute the laplacian of a scalar field. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Whats wrong with this code?? A97 XP SP2
    ... You should be issuing a Debug.Print on *all* of your sql statements so you can easily see where the errors are. ... > routine should use Like (for wildcards) ... > Just working on the first part of the If - Loop for now. ...
    (microsoft.public.access.modulesdaovba)
  • Looking for a better way
    ... Earlier I was helping a user that wanted a VBA find routine that would ... the user wanted a pop-up to querry if the routine should loop to ... Dim oRng1 As Range ... Set oRng = oRng1 ...
    (microsoft.public.word.vba.general)
  • Re: help with loops
    ... How about having a function or subroutine that does the common stuff. ... Do the unique stuff for each group then call the common routine from ... place in the loop, so that the loop is physically smaller and more ... The user is confronted with a Input Box, an OK and Cancel option ...
    (microsoft.public.scripting.vbscript)