Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to tell if a procedure is already loaded.
Message
De
15/01/2007 11:38:28
Mike Yearwood
Toronto, Ontario, Canada
 
 
À
15/01/2007 11:27:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01185631
Message ID:
01185638
Vues:
14
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform