Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to tell if a procedure is already loaded.
Message
From
15/01/2007 11:38:28
Mike Yearwood
Toronto, Ontario, Canada
 
 
To
15/01/2007 11:27:01
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01185631
Message ID:
01185638
Views:
13
>Is there a way to get a list of all the procedures already loaded.

SET PROCEDURE TO causes a small performance hit. SET("PROCEDURE") before SET PROCEDURE TO would cause even more.

I recommend you consider moving functions and procedures into their own .PRG files. That way you can call these functions at any time without first using either SET PROCEDURE or SET("PROCEDURE"). Once compiled into the exe there is no advantage to having a procedure library.
Previous
Reply
Map
View

Click here to load this message in the networking platform