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

[REBOL] Understanding LIST better

From: DNess::comcast::net at: 28-Jul-2003 14:13

I have some code that uses `list[...]data[...]' to display some data. Very occasionally I would like to `color' one of the data items in some way (note: I mean color a single data item, not a column of data), and am wondering if this is possible. The program that generates the data[...] values _is_ under my control so I can cause it to be marked up in any way that is necessary. An example might be to produce 1.1 2.2 3.3 4.4 -5.5 6.6 7.7 8.8 9.9 where the -5.5 is colored red and all the rest are black... If there is some place that I can read more about layout list I'd appreciate a pointer...