[REBOL] Re: Little questions, big answers...
From: dockimbel:free at: 5-Sep-2001 12:13
Hi David,
David Ness wrote:
[...]
> dex-pane1: layout/offset [
> origin 0 space 2x0 across
> styles dex-styles
> label right "IP Address" 200x24 bold middle font-size 16 return
> IP-1: fld right return
> IP-2: fld right return
> IP-3: fld right return
> IP-4: fld right return
> IP-5: fld right return
> ] 0x0
[...]
> (2) Is there some way I can `dump' `IP-n' to take a look at what they are;
AFAIK, there're 2 easy and safe ways to get more info on VID face objects :
>> dump-face IP-1
and
>> help IP-1 ; if you have my %help.r script.
HTH,
DocKimbel.