home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / mac / hypercar / 3205 < prev    next >
Encoding:
Text File  |  1992-08-23  |  1.2 KB  |  33 lines

  1. Newsgroups: comp.sys.mac.hypercard
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!hobbes.physics.uiowa.edu!news.uiowa.edu!ffang
  3. From: ffang@newsuiowa.edu (Francis Fang)
  4. Subject: First 80 chars?
  5. Sender: news@news.uiowa.edu (News)
  6. Message-ID: <1992Aug24.004837.1638@news.uiowa.edu>
  7. Date: Mon, 24 Aug 1992 00:48:37 GMT
  8. Nntp-Posting-Host: grover.printing.uiowa.edu
  9. Organization: University of Iowa, Iowa City, IA, USA
  10. X-Newsreader: Tin 1.1 PL3
  11. Lines: 20
  12.  
  13. Hi all,
  14.  
  15. I've been designing a GUI interface for a piece of software that runs on
  16. our DEC mini in hypercard. I need to be able to break the contents of 
  17. a field into 80 character lines so that I can send this information to
  18. fit a field on the mini (which unfortunately does not have word wrap).
  19. Is there some way I can do this without having to count the number of
  20. characters in words and adding them up and so on and so forth? Isn't
  21. there something that allows me to write the equivalent of :
  22.  
  23.    put the first 80 chars of cd fld "xxxyyyzzz" into <a container> ?
  24.  
  25. Or can I? I typed in the above (without the ?) and got a very computer
  26. like response of "Can't understand this."
  27.  
  28. Help!? Anyone?
  29.  
  30. Thanks in advance.
  31. Frank.
  32.  
  33.