Any suggestions?
Peter M. Brigham
pmbrig at gmail.com
Sun Jul 22 17:17:55 EDT 2012
\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
pmbrig at gmail.com
http://home.comcast.net/~pmbrig
More information about the use-livecode
mailing list