Re: Conditional includes and generic routine names (was: Re: Euphoria fe
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Dec 10, 2003
- 486 views
On Wed, 10 Dec 2003 20:19:15 +0000, Christian.CUVIER at agriculture.gouv.fr wrote: >- Additionally, the various openFile() in the various included files >should be global (so that the gathered routine_id's are usable) Oh No, please don't tell me there's another daft restriction on the use of routine_id(). Actually, I'm sure that's not true, you can set a local routine_id (I think win32lib proves this) and use it later, when the routine itself would otherwise be out of scope. There is no need to make the routines global. Pete