[REBOL] Re: list length
From: ammoncooke::yahoo::com at: 31-May-2001 13:43
Thanks!! Your fix didn't exactly fix the problem you attempted to fix, but
rather another bug I needed to fix! You see I set a text object to the
value of "0" as a default then to test the text-list's length! I copied the
lenth! to the /text of the text object, but for some reason text objects do
not resize themselves so.... What it did fix was the fact that by runnning
the code:
lst1-len: lst1/text: to-integer length! lst1/data
I was actually changing th value of lst1/text, I didn't realize this.
Thanks Again
Ammon
What a list!!