Re: How to create a List of My Functions and My Commands

2014-09-28 Thread Kay C Lan
Dick, Thanks so much. Undocumented functions, you gotta love them. Actually, gotta love this List, so much hidden information revealed. Thanks again. On Sun, Sep 28, 2014 at 1:21 PM, Dick Kriesel wrote: > On Sep 27, 2014, at 8:34 PM, Kay C Lan wrote: > >> At this stage it looks like I have to

Re: How to create a List of My Functions and My Commands

2014-09-27 Thread Dick Kriesel
On Sep 27, 2014, at 8:34 PM, Kay C Lan wrote: > At this stage it looks like I have to step through each object, > extract each script and then parse out the handler names; which of > course is exactly what LC does extremely quickly and efficiently, but > not as quick as if there is a command/func

How to create a List of My Functions and My Commands

2014-09-27 Thread Kay C Lan
I know how to get a list of LCs inbuilt function and commands but is there a quick way to get all my own handler names that are contained within an entire stack? I can get customProperties["mySet"], but I can't find customFunctions or customCommands. At this stage it looks like I have to step thr