Re: help with include files

new topic     » goto parent     » topic index » view thread      » older message » newer message

The Rev. Ferlin Scarborough wrote:

>What I am trying to do now is to modify a program to use a certain
>include file based on the value of a global sequence which may be
>changed by the user while running the program.

In addition to Robert's suggestion, you could also try my pre-processor
(PP). Among the many features in it is a "conditional compilation" directive
#if ... #else ... #end if. PP takes files ending with .p and .pp as
extensions, and creates .e and .ex files. You can include code or include
comments within these directives.

You can find PP in the Euphoria Archive, at
http://members.aol.com/FilesEu/exestuff.htm.

-- David Cuny

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu