[REBOL] Re: Rebol view fields are caching entries - HELP
From: anton::wilddsl::net::au at: 13-Nov-2006 10:20
Just a quick comment. I don't think you realise yet that you don't want to use the string "none" as a default value yet. What if you wanted to edit a file with filename %none for instance ? I suggest to just see if the filename field is empty, like this: if not empty? filename-fld/text [ edit-file to-file filename-fld/text ] Anton.