home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / mac / hypercar / 4195 < prev    next >
Encoding:
Internet Message Format  |  1992-11-15  |  1.3 KB

  1. Path: sparky!uunet!pageworks.com!world!eff!sol.ctr.columbia.edu!zaphod.mps.ohio-state.edu!sdd.hp.com!saimiri.primate.wisc.edu!ames!data.nas.nasa.gov!taligent!apple!jkc
  2. From: jkc@Apple.COM (John Kevin Calhoun)
  3. Newsgroups: comp.sys.mac.hypercard
  4. Subject: Re: Apple Events
  5. Message-ID: <74319@apple.apple.COM>
  6. Date: 16 Nov 92 00:37:30 GMT
  7. References: <yjc-111192170056@b61539.student.cwru.edu> <jpugh-131192214813@kip2-50.apple.com>
  8. Organization: Apple Computer Inc., Cupertino, CA
  9. Lines: 22
  10.  
  11.  
  12. In article <jpugh-131192214813@kip2-50.apple.com> jpugh@apple.com (Jon Pugh)
  13. writes:
  14. >
  15. >send <message> to program <zone:machine:program>
  16. >
  17. >This causes the remote machine to execute <message> which is limited to 255
  18. >characters for no sensible reason.
  19.  
  20. The "send" keyword does not impose this limit on the length of the message.
  21. You can send a message that's nearly 64K in length, if you want to.
  22. However, if you send a message longer than 255 characters to HyperCard,
  23. you'll have to deal with it yourself in an "appleEvent" handler, because a
  24. HyperTalk command is in fact limited to 255 characters.  This limitation is
  25. not new:  you can't execute a HyperTalk command longer than 255 characters
  26. anywhere, not from a script, not from the message box, and not from an
  27. Apple event.
  28.  
  29. Whether or not this limitation is sensible is a different discussion.
  30.  
  31. Kevin Calhoun
  32. jkc@apple.com
  33.