Joe, when VFP searches for a routine, a class in a .prg, it looks in all prg found in the path directories and in all prg where it hase already been (I hope I am clear). If it not written, VFP looks for a .prg that has the same name of the routine.
So if you have a .prg named myclasses.prg, beginning with RETURN, you can do DO myclasses VFP will search for myclasses.prg, executing it so finding return and doing nothing BUT now myclasses.prg is in the VFP's list "I have already been here so I can find all what is there" And that's clever !! Am I clear ? -- Jean MAURICE Grenoble - France - Europe www.atoutfox.org www.aedtf.org _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

