Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is it better to use SET PROCEDURE TO ....
Message
From
22/03/2006 07:18:02
Mike Yearwood
Toronto, Ontario, Canada
 
 
To
21/03/2006 17:14:31
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01106431
Message ID:
01106551
Views:
27
>than creating your own library? Is there really any advantage? If so, what are they?
>

There is no advantage to arbitrarily grouping functions into a single PRG. You can choose to leave each function in it's own .prg. Once everything is compiled in the exe the performance is actually better that way as you save the time required to execute the SET PROCEDURE TO lines. You also lose any worry about duplicate function names in different procedure "libraries".

>Curious to know.
>
>thanks,
>
>Vernon
Previous
Reply
Map
View

Click here to load this message in the networking platform