On Mon, 15 Apr 2002, Venkataramana Mokkapati wrote: > Am up against a strange behavior: > > LOOP within a conditional works fine. > But Conditional withina LOOP does NOT work fine.
Maybe you should set the "global_vars" option? By default loop variables are separate from variables used outside the loop. With "global_vars" things work more like the way people expect them to - variables from enclosing scopes are accessible inside loops. -sam --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
