On Feb 5, 2010, at 8:43 AM, Robert Covington wrote: > The principle here is more likely to affect you once a project gets > to a certain size or you are reusing functions later in other > projects. > > In my large program, I just tend to Def most new functions in my > master Def Fn include then I can call them anywhere without worrying > about where the include is with whatever fn. That clears the issue thanks. Emmett