Re: with euinc statement
- Posted by "Alan" <fizzpop at icon.co.za> Dec 10, 2003
- 466 views
WRT my earlier post suggesting a "with euinc=...." to replace the environmental variable: Would this be easy to do if a) The statement was only allowed once in a program b) It was a top-level statement only c) It was specified before any procedures If limited to the above, then the euinc value will be assigned once only. Ok, maybe then a (reserved) 'constant euinc="c:\\euphoria\\include"' etc instead of a "with" statement? Surely this make different projects easier to manage from an include versioning standpoint? Cheers Alan