Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!dali.cs.montana.edu!milton!uw-beaver!sumax!ole!thebes!polari!smelly From: smelly@polari.UUCP (Tom Benedict) Newsgroups: comp.sys.mac.hypercard Subject: Re: Wanted: "Find Next" Summary: Evaluate the foundLine Message-ID: <2802@polari.UUCP> Date: 28 Nov 90 21:20:50 GMT References: <1990Nov20.155800.2630@fennel.cc.uwa.oz.au> <11336@goofy.Apple.COM> <1990Nov25.040220.2644@fennel.cc.uwa.oz.au> Organization: Seattle Online Public Unix (206) 328-4944 Lines: 8 u sh you should be able to avoid selecting by evaluating the foundline. The foundLine is a chunk experssion which can be evaluated using the VALUE function. Just 'get the value of the foundLine' This should return the whole line of text up to the next return character. Good luck