[REBOL] Re: Rebiol view Newbie question
From: kealist:gm:ail at: 27-Feb-2006 11:31
Thakseen, Here is an example: view layout [ a: area "stuff" button "Save" [ write to-file request-file a/data ] ] Depending on what data you are wanting to save you would need to modify the code. Documentation on files can be found here: http://www.rebol.com/docs/core23/rebolcore-12.html Hope that was what you were looking for Josh On 2/27/06, Thahseen Mohammed <thahseen-hotmail.com> wrote: