home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / mac / hypercar / 2853 < prev    next >
Encoding:
Text File  |  1992-07-22  |  1.3 KB  |  35 lines

  1. Newsgroups: comp.sys.mac.hypercard
  2. Path: sparky!uunet!sun-barr!cs.utexas.edu!rice!is.rice.edu!billb
  3. From: billb@is.rice.edu (William Stenson Blackwell)
  4. Subject: Index won't print
  5. Message-ID: <1992Jul22.214547.862@rice.edu>
  6. Keywords: It's bonehead again
  7. Sender: news@rice.edu (News)
  8. Organization: Rice University
  9. Date: Wed, 22 Jul 1992 21:45:47 GMT
  10. Lines: 23
  11.  
  12. Thanks to all those who posted, mailed on my last problem.  It seems I've 
  13. a new one.  I took an index function straight out of "HyperCard Power"
  14. by Carol Kaehler.  I typed it in as stated [I didn't use the soft return though],
  15. and it works.  HOWEVER, I don't get any output on the screen, i.e. my index field
  16. is blank.  For those of you with the book, it's the one on pp.347-350.  For those 
  17. of you who don't, this is the offending script:
  18.  
  19.       global changed
  20.       put "" into card field "index" of card 1
  21.       put the number of cards into cards
  22.       repeat with cardNum = 2 to cards
  23.         put line 1 of field "Title" of cardNum into line cardNum-1 of card [no return]
  24. field "index" of card 1
  25.       end repeat
  26.       put false into changed
  27.  
  28. Again, thanks for the help...
  29.  
  30. -- 
  31.  
  32. Bill Blackwell             P H P <==me!   "A just request is to be met
  33. billb@owlnet.rice.edu     F L L F       in silence, by the act."
  34. Houston, Texas, USA          8       -Dante Alighieri "Inferno" XXIV ln.77-78
  35.