Hmm, I might be catching on.  I tried a couple more things, and this one
seems to do what I want...

Andy

------------------------
REBOL [ ]

test_list: [ "name of title" 00:30 ]

mygrid: [style btn button with [grid-offset: none grid_time: none] ]

    grid_count: 0

    foreach [title time ] test_list  [
        append mygrid "bn-01"
        append mygrid [btn]
          append mygrid title

        append mygrid [with] 
        append mygrid reduce [join compose [grid_time: ] time ]
   ]
   grid-f: layout load mygrid
   print mold mygrid
   halt


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to