use-revolution Digest, Vol 72, Issue 20
Sadhu Nadesan
sadhu at castandcrew.com
Mon Sep 14 13:13:48 EDT 2009
Ed,
Thanks for calling this to our attention. I have been using more
primitive methods, such as
Save main stack script (all handlers are there) as a text file on Linux
system
use "wc -l" (counts lines)
or if you don't mind getting all the lines created by the engine, you
can save the stack itself and do this:
strings some-stack.rev | wc -l
All of which you may safely ignore, now that you have a good way to do
it. grin.
Sadhu
--------------
> Kay, thanks for the lead.
>
> I found Chipp's excellent plugin at: http://www.gadgetplugins.com/altplugins/altStats.rev
>
> It really is nifty.
>
> Best,
> Ed
>
More information about the use-livecode
mailing list