Re: include (variable with path/file) ?

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

Dan B Moyer wrote:

> include DirectoryWithWin32LibInIt & "Win32Lib.ew"

You *could* write something like this:

   integer file
   file = open("dynamic.e", "w")
   puts( file, DirectoryWithWin32LibInIt & "Win32Lib.ew" & '\n' )
   close( file )
   include dynamic.e

But you won't be able to bind it!

-- David Cuny

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

Search



Quick Links

User menu

Not signed in.

Misc Menu