Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!samsung!olivea!tardis!tymix!uunet!brunix!cs.brown.edu!man From: man@cs.brown.edu (Mark H. Nodine) Newsgroups: comp.sys.mac.hypercard Subject: String Too Long Message-ID: <78974@brunix.UUCP> Date: 20 Jun 91 15:04:46 GMT Sender: news@brunix.UUCP Organization: Brown Computer Science Dept. Lines: 19 I have a script that used to work just fine under 1.2.5 but is broken under 2.0. If this problem is fixed in a later version of HyperCard, just let me know (I'm ordering 2.1 but I don't have it yet). Anyway, the problem is in this line put value(bg fld "Blah") into bg fld "Bletch" I now get the error message "String Too Long" whereas it worked perfectly before. If I switch it to be do "put" && bg fld "Blah" && "into bg fld" && quote & Bletch & quote then it works fine. What gives? I know that bg fld "Blah" has more than 256 characters in it, but I also heard that HC 2.1 had a limit of 255 characters on HyperTalk commands, so I didn't expect the "do" version to work either. Thanks. --Mark