home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / mac / hypercar / 3260 < prev    next >
Encoding:
Internet Message Format  |  1992-08-26  |  920 b 

  1. Path: sparky!uunet!sun-barr!ames!data.nas.nasa.gov!taligent!apple!kip-14.apple.com!user
  2. From: tron@apple.com (Tantek Celik)
  3. Newsgroups: comp.sys.mac.hypercard
  4. Subject: Re: First 80 chars?
  5. Message-ID: <tron-260892131115@kip-14.apple.com>
  6. Date: 26 Aug 92 20:12:35 GMT
  7. References: <1992Aug24.004837.1638@news.uiowa.edu>
  8. Sender: usenet@Apple.COM
  9. Followup-To: comp.sys.mac.hypercard
  10. Organization: Apple Computer, Inc.
  11. Lines: 28
  12.  
  13. In article <1992Aug24.004837.1638@news.uiowa.edu>, ffang@newsuiowa.edu
  14. (Francis Fang) wrote:
  15. >Isn't
  16. > there something that allows me to write the equivalent of :
  17. >    put the first 80 chars of cd fld "xxxyyyzzz" into <a container> ?
  18.  
  19. -- Try:
  20.  
  21. put char 1 to 80 of cd fd "xxxyyyzzz" into <a container>
  22. -- as you put it
  23.  
  24. -- Tantek
  25.  
  26. > Thanks in advance.
  27. > Frank.
  28.  
  29. you're welcome.
  30.  
  31. tron@apple.com
  32.  
  33. THE OPINIONS CONTAINED HEREIN ARE THOSE OF MY OWN, NOT OF MY USER OR
  34. SYSTEM.
  35.  
  36. END OF LINE.
  37.