Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Commenting Blocks of COde
Message
De
03/09/1999 16:13:41
 
 
À
03/09/1999 16:09:02
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00261043
Message ID:
00261358
Vues:
16
Or:
#DEFINE RunIt
...
#IFDEF RunIt
...
#ENDIF

Put a "*" before the #DEFINE to run the lines in the #IF. This way, the code won't even be included in the final EXE.

>You can highlight the block, right mouse and select comment.
>
>Another way for older version of Foxpro;
>
>IF .f.
>***Code in this IF statement won't run.
>
>ENDIF
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform