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.


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

Reply via email to