Actually it would be better to check for no matches so..

sort numeric temp
filter temp without "[1-9]*"
if temp is not empty then return the number of lines of temp + 1
return "No Match"

On Fri, Feb 1, 2013 at 4:26 PM, Mike Bonner <bonnm...@gmail.com> wrote:

> Could change it to
>
> sort numeric temp
> filter temp without "[1-9]*"
> return the number of lines of temp + 1
>
> thereby killing 2 of the lines.
>
>
_______________________________________________
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