[REBOL] How to reset VID/guide?
From: robert:muench:robertmuench at: 30-May-2004 15:15
Hi, I have the following layout: view layout [ across a: txt "test1" guide b: txt "test2" return c: txt "test3" return d: txt "test4" ] And I want to be 'd in line with 'a. How do I get rid of the 'guide once set? I just want to disable it until the next 'guide happens. Robert