Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Program wide change
Message
From
16/01/2014 09:54:32
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01592010
Message ID:
01592012
Views:
73
>Is there a way that you can have an INCLUDE file or some other way that when you compile a project, it will substitute a change throughout the program no matter where it is found. As an example, let's say I need every instance of "It_Was_This" to be changed to "Now_It_Is_This"
>
>So, the original code still says "It_Was_This" but the complied code actually reads "Now_It_Is_This"
>
>Thanks in advance.....

Yes, check _INCLUDE system variable in Help.
_INCLUDE = 'yourheader.h'
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform