[REBOL] Conserve an history within the face
From: info::id-net::ch at: 12-Nov-2002 10:57
Is it possible to use the proprieties of a face (like face/self/data) to
conserve the last/or first content of the face (i.e a field or an area) or
even the history of the changes.
I tried to use self/data to conserve it but then self/data re-get the new
content, not the first one. Even if I store the initial content with a
condition (if numberClick = 1) [face/self/data: face/self/text].. each time
i print the face/self/data is still the new one, not the old one...
Anyone has a solution?
Philippe