Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Paths associated with text-list etc.

 [1/4] from: c::brizell::worc::ac::uk at: 19-Apr-2001 15:25


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 [c--brizell--worc--ac--uk] print email/text Where are 'picked' and 'text' documented? Colin Brizell IT Service E-Mail: [c--brizell--worc--ac--uk] Tel: 01905 855389 Fax: 01905 855330 http://www.worc.ac.uk

 [2/4] from: gjones05:mail:orion at: 19-Apr-2001 10:04


From: "Colin Brizell"
> 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
<<quoted lines omitted: 5>>
> Where are 'picked' and 'text' documented? > Colin Brizell
Hi, Colin, Outside of the documentation available so far, the only real way to know all particulars is to read the source for /View and VID. In case you are unfamiliar with how to do this, one method is: write %view-vid.txt mold system/view Then read the text file with your favorite text editor. After awhile, its starts to really make sense, and where it doesn't, trial and error will frequently help. Good luck. --Scott Jones

 [3/4] from: larry:ecotope at: 19-Apr-2001 11:38


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

 [4/4] from: c:brizell:worc:ac at: 20-Apr-2001 6:49


Larry, Scott, Thank you both for the info, it is _MUCH_ appreciated. Cheers colinb

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted