Modules
- Posted by "M. Schut" <m.schut at TWI.TUDELFT.NL> May 05, 1999
- 467 views
I was wondering whether it is possible to select at execution which files to included. What I try to do is to include just after execution the files I want to include. Thus when I write for example SPSS (a statisticle package) I want to select at start-up the modules (math, geographical, diagrams) I want to include only include the files selected. This will give you the possibility to extend the functionallity of the program by just adding a module in stead of (re)compiling the whole package. The problem here is that the include-statement doesn't accept sequences. So what I want to do is something like this: sequence module module = "diagrams.mod" include module I hope this make sense. Martin Schut