Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using #Include directive
Message
 
To
24/08/2004 09:35:32
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00935893
Message ID:
00935898
Views:
21
This message has been marked as the solution to the initial question of the thread.
To have Messagebox("2"), You must change the program & header file:
** Test.PRG

MessageBox("1")
#inculde Test.h
cTest
MessageBox("3")



***** Test.h

#define cTest MessageBox("2")
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform