Hi Colin

As mentioned by GS Jones, there is currently no documentation which
comprehensively covers all of the attribute words used in the VID and View
style objects.

You can access the base objects this way:

  st: get-style 'text

Then you can get a block containing the attribute words with

  print mold first st

You can look at all of the definitions with

  print mold st

or

  probe st

HTH
-Larry

----- Original Message -----
From: "Colin Brizell" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 19, 2001 7:25 AM
Subject: [REBOL] Paths associated with text-list etc.


> Apart from trawling throuh other peoples examples, which is not a bad
thing,
> how else can I find out the attributes associated with text, text-lits etc
>
> like
>
> list: text-list data read ftp://www.worc.ac.uk
> print list/picked
>
> and
> email: field to-string [EMAIL PROTECTED]
> print email/text
>
> Where are 'picked' and 'text' documented?
>
> Colin Brizell
> IT Service
> E-Mail: [EMAIL PROTECTED]
> Tel: 01905 855389
> Fax: 01905 855330
> http://www.worc.ac.uk
>
> --
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the
> subject, without the quotes.
>

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to