[REBOL] Re: Refresh LIST data
From: vado:fabrice:chello at: 28-Oct-2002 16:49
Hi Anton,
>Hi Fabrice, try these alternatives:
>1) Find where the list stores the pointer to the data block:
>...
> stuff: second second get in lstforum 'subfunc
>...
Wow ! I need some time to understand this part ;)
>2) Use a supply function:
>...
> txt1/text: all [(row: pick head forum count) (pick row 1)]
> txt2/text: all [(row: pick head forum count) (pick row 2)]
>...
A french user also give me this tip.
>2) in "Change data", we are modifying the original block.
Why ?!?
>By the way, don't expect to understand how this works
>very quickly. I still learned some things figuring this
>out today.
Ouf ! You reassure me. It will be necessary that I take part even more in this list then,
but that goes quickly... too quickly ;).
Thank you very much Anton, I will study your code.
--
Fabrice Vado