Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Where should all my procedure be in?
Message
 
À
26/05/1998 00:13:04
Tan Gay Cheong
Cybercomp Computer Services
Singapore, Singapour
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00101486
Message ID:
00101830
Vues:
36
>Wouldn't it be very messy if I got dozens of procedures? Then I would I lots of files inside the project manager.
>
>Can we put it all inside a lib of something like the Pascal or C langage do?

To maximize VFPs Rushmore Technology, developers should follow the requirements to achieve the desired speed. It has substantially documented that functions should be individually save to a file to eliminate putting the PROCEDURE line of code. I mean:

If I have a function CALC_PROC.PRG;
The program should not have PROCEDURE CALC_PROC line in the actual code, but rather go directly with the routine.

* CALC_PROC.PRG

PARAMETERS blah..

DO coding directly
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform