home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!sun-barr!ames!data.nas.nasa.gov!taligent!apple!kip-14.apple.com!user
- From: tron@apple.com (Tantek Celik)
- Newsgroups: comp.sys.mac.hypercard
- Subject: Re: First 80 chars?
- Message-ID: <tron-260892131115@kip-14.apple.com>
- Date: 26 Aug 92 20:12:35 GMT
- References: <1992Aug24.004837.1638@news.uiowa.edu>
- Sender: usenet@Apple.COM
- Followup-To: comp.sys.mac.hypercard
- Organization: Apple Computer, Inc.
- Lines: 28
-
- In article <1992Aug24.004837.1638@news.uiowa.edu>, ffang@newsuiowa.edu
- (Francis Fang) wrote:
- >
- >Isn't
- > there something that allows me to write the equivalent of :
- >
- > put the first 80 chars of cd fld "xxxyyyzzz" into <a container> ?
- >
-
- -- Try:
-
- put char 1 to 80 of cd fd "xxxyyyzzz" into <a container>
- -- as you put it
-
- -- Tantek
-
- >
- > Thanks in advance.
- > Frank.
-
- you're welcome.
-
- tron@apple.com
-
- THE OPINIONS CONTAINED HEREIN ARE THOSE OF MY OWN, NOT OF MY USER OR
- SYSTEM.
-
- END OF LINE.
-