\On Jul 22, 2012, at 4:42 PM, Charles Szasz wrote:

> Hi Pete!
> 
> Thanks for your suggestion! I just tried your script and got the error 
> message "compilation error (Chunk: bad preposition) near  "into" , char 28 
> for the following line:
> 
> put line tLines+1 to x into field "final2"
> 
> While I did paste and not your script into my group script, I did remove 
> linefeeds and cr's. Any other ideas?

put line tLines+1 to x of tList into field "final2" -- insert "of tList" or 
whatever

a chunk has to specify a range (of chars, lines, items) *of a container*

-- Peter

Peter M. Brigham
pmb...@gmail.com
http://home.comcast.net/~pmbrig



_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to