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

[REBOL] It's amazing......

From: jfdutcher1958::yahoo::com at: 16-Jul-2004 12:13

I tried separating with spaces...no change to result. I tried experimenting as below substituting '=' and '==' for the '<>' that I am really wanting to filter with. When the relational is '=' or '==' there are 'NO' alerts posted....when the value inside the block is for example: 222210 blk: "" append blk length? to-string num1/text append blk length? to-string num2/text append blk length? to-string num3/text append blk length? to-string num4/text append blk length? to-string num5/text append blk length? to-string num6/text print blk foreach lgth blk [if lgth = 2[ alert "All input boxes need to be filled !"] ]