Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Iterating over a Foreach.

From: didec::tiscali::fr at: 17-Jul-2004 18:35

> I'll give that suggestion a try right away.... > > I will say that the reason I didn't already do so is that if I have a > 'Print lgth' inside the Foreach....it nicely displays the (6) values > one at a time...making me think the spaces weren't necessary. > This........ even though the 'not equal' seemed to fail when > applied to the same values that were being printed. > > John D.
Check the type of the values you compare (use type?) DideC