Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Coding to make EXE small as possible
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00437025
Message ID:
00437329
Views:
18
I learned a useful trick from Visual Maxframe for large areas of comments. Rather than using the * you can just bracket the comments with

#IF .F.

Comments go here

#ENDIF

Obviously, you wouldn't want to use this unless you had a lot of text, but it keeps everything between the IF and ENDIF out of the exe.

Bill
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform