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

[REBOL] Checking for 'not equals' in a Foreach...........

From: jfdutcher1958::yahoo::com at: 16-Jul-2004 10:03

A block ('blk') has been 'appended' to six times with the textual 'length' value of six input boxes and looks like this: [222100] A 'foreach' loop looks like this: foreach lgth blk [ if lgth <> 2 [ alert "All input boxes need to be filled !" ] ] The alert pops up for every iteration (six times) ???