help with include files

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

Please HELP!!!!!

Although I have been lurking around the Euphoria List Server for
awhile.  I have just begin to program with EUPHORIA, and loving
it.

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.

What I tried is this:

    if compare(THISSEQ, "INCA") = 0 then
       include a.e
    elsif compare(THISSEQ,"INCB") = 0 then
       include b.e
    end if

The results is that Euphoria expects "end" not "include".

I would like to include A.E if THISSEQ = "INCA" or
include B.E if  THISSEQ = "INCB".

Any suggestions on HOW to accomplish this?

TIA (Thanks In Advance)

Later:

+ + +  Rev. Ferlin Scarborough - Centreville, Alabama.  U.S.A.

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

Search



Quick Links

User menu

Not signed in.

Misc Menu