On Sat, Sep 13, 2014 at 1:31 PM, Peter Haworth <p...@lcsql.com> wrote:

> Sounds like you have a stray "put" with no target.
>
> Go into the script editor Find window, click "More", select Stack File in
> the "Look In" menu, click the Find Options and select "Regular Expression"
> in the Search method options, then type this in the FInd field:
>
> (?im)^(?!--)\s*put\s((?!(into|after|before|\\)).)*$
>
> It will list any lines in your stack file that contain "put" and don't have
> Into, after, or before.
>
> Pete
> lcSQL Software <http://www.lcsql.com>
> Home of lcStackBrowser <http://www.lcsql.com/lcstackbrowser.html> and
> SQLiteAdmin <http://www.lcsql.com/sqliteadmin.html>
>

I've been looking for this one for years. I even asked Jerry Daniels once,
and go no reply. I think he probably left it up to me to find out for
myself as an exercise! He was too polite to say "DUH"


*--*
*Stephen Barncard - San Francisco Ca. USA - Deeds Not Words*
_______________________________________________
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