> Date: Tue, 12 Nov 2019 12:12:47 -0500 > From: Stephen MacLean <smacl...@madmansoft.com> > To: How to use LiveCode <use-livecode@lists.runrev.com> > Subject: Identifying Un-used functions and commands > Message-ID: <f72557db-61b9-4737-bc9d-d80f39f44...@madmansoft.com> > Content-Type: text/plain; charset=utf-8 > > Hi All, > > I?m wondering if anyone has a way or code to identify any un-used functions >and commands in a set of stacks?
Finding explicit function/command calls seems like it should be a fairly straightforward task. However, the "do" keyword can also be a source of function/command calls, which complicates matters a wee bit. You'll also need to evaluate all the non-cleartext components that can go into "do" statements— do (VariableName) do (the WhateverProp of ThisObject) do (line 4 of fld "ThisField") —etc etc etc. _______________________________________________ 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