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

[REBOL] Re: none? ???

From: greggirwin:mindspring at: 18-Apr-2002 10:43

Hi Richard, <<...In order to test if tc is included in the block. If so, it should print the first element of the sub block. Currently, it always prints the first element. Why ? >> I haven't had my coffee yet this morning so I'm not clear on exactly what isn't working for you. I ran things here (manually putting the data in texte) and I got the following results: 05-tcgrp01 05-tcgrp02 05-tcgrp01 05-tcgrp02 05-tcgrp01 05-tcgrp02 05-tcgrp01 05-tcgrp02 05-tcgrp01 05-tcgrp02 05-tcgrp01 05-tcgrp02 25-tcgrp01 25-tcgrp02 25-tcgrp01 25-tcgrp02 25-tcgrp01 25-tcgrp02 25-tcgrp01 25-tcgrp02 25-tcgrp01 25-tcgrp02 06-tcgrp01 06-tcgrp02 If that's not what you're after, could you break it down a little more for us (e.g. "The first pass should have tc="05" and the select on tcs/1 should return "06", which means it exists, so it should print 'tcgrp01)? Also, if you haven't already, sprinkle some print statements in there to watch the values on each pass. That might tell you a lot. --Gregg