[REBOL] Clear area
From: hijim:pronet at: 5-Aug-2001 19:45
How can I clear a text area? i've used my-area/text: "" show my-area but I get a few characters of garbage on the screen. I've used CLEAR my-area/text and my-area/text: NONE with the same results. If I use my-area/text: " " show my-area (a single space instead of none) I get a clear display with a space at the head of the text. How do I do this correctly? Thanks, Jim