Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Commenting Blocks of COde
Message
From
03/09/1999 16:13:41
 
 
To
03/09/1999 16:09:02
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00261043
Message ID:
00261358
Views:
17
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
Previous
Reply
Map
View

Click here to load this message in the networking platform