Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dynamic Include File.
Message
From
18/08/2004 15:53:50
 
 
To
18/08/2004 15:20:37
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00934230
Message ID:
00934241
Views:
20
I've never tried that, but my guess is that you can't do it because the include information is used at compile time, not run time, while macros are runtime critters.

Alan

>Hi,
>
>In FoxPro, we can use the following command to include an include file.
>
> #INCLUDE "\dbapps\test\include\test2004.h"
>
>I want to dynamically include an include file, e.g.
>
> lcFilename = "\dbapps\test\include\test2004.h"
> #INCLUDE (lcFilename)
>
>This gives "File does not exist" compile error.
>Even the following does not help.
>
> #INCLUDE Evaluate(lcFilename)
> #INCLUDE &lcFilename
>
>I tried EXTERNAL FILE lcFilename, but it also does not help.
>
>Has anyone tried this? Is it possible what I am trying to do?
>
>Thanks.
>
>- Ravi
Previous
Reply
Map
View

Click here to load this message in the networking platform