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

[ALLY] Text List

From: philb::upnaway::com at: 13-Nov-2000 17:18

Hi Rebolers, I am trying to indent some text with tabs in a text list .... why dont the tabs get recognised on the first line?? Is this a known bug? REBOL [ Title: "test7.r" Date: 13/11/2000 File: %test7.r Version: 0.1 Purpose: "list-view test" ] t-list: [] for i 1 10 1 [ insert tail t-list join "Line #" [ i "^(tab)" "Data After Tab"] ] view layout [ text-list data t-list 400x400 ] Cheers PHil reported seperately to support.