simple question on optional parameters

2005-12-12 Thread scooterm
I am using a toolkit that has a SetFaveNumbers() method. the method accepts any number of comma-separated numbers. the following are all valid examples: FooToolkit.SetFaveNumbers(1,3,5) FooToolkit.SetFaveNumbers(2,4,6,8,10) FooToolkit.SetFaveNumbers(1) I do not know how this method is implemente

specify arbitrary library directory directly in code?

2005-10-27 Thread scooterm
### Background In [other programming language] it is possible to specify any special and arbitrary directory (or set of directories) to use as a source for custom, user-designed modules. For example, one can do: ### begin script ### (located in ../faa/faa_script.xyz) ### init script u