Inside the tRev plug environment, perhaps it would be easiest for your plug script to 'comment out' all the instances of found puts with a special comment that could be easily found like "-- * put it". Otherwise you'd need a dialog or something to do them individually unless it's a mass removal - (which I would never trust!!)
On 15 May 2010 11:34, william humphrey <[email protected]> wrote: > Thanks (I started to say Stephen but I see I should say) "everyone" -- I > found my orphan put using > > put yourScript into someVariable > filter someVariable with "put*" > filter someVariable without "*into*" > > Except that you have to say > > filter someVariable with "*put*" for it to work as there must be a space or > something before the word put > > Bill > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution > -- ------------------------- Stephen Barncard Back home in SF _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
