Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Comment By condition
Message
De
19/06/2009 05:44:24
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01406827
Message ID:
01407096
Vues:
43
The best!
Tnx
>>Hi
>>
>>I have long code that contain also 'scan..endscan'.
>>
>>The user can run the code with two options, one option is without this scan.
>>So, in that case can I ask VFP to cosider this two lines as comment or I have to copy all the code to other method (toremove the scan..) and to remember to update each change?
>>
>>Tnx
>
>Take the code inside the scan/endscan and move it to a procedure, then in your main code you can;
>
>
>IF I_Need_The_Scan
>   SCAN
>          MyProcedure()
>   ENDSCAN
>ELSE
>   MyProcedure()
>ENDIF
>
Thank you
Chaim
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform