the result will be:
instead of the one expected. Unfortunately, as explained above, this is due to the DOS limitation.
However, it is possible to circumvent this problem by creating a macro with 32 parameters that can be calLED from within EMME/2, as follows:
- create a starting macro (referred to as starting.mac) which contains the original line that was in the batch file, slightly modified. Starting mac should contain the line:
- ~< simple.mac 1 2 3 4 5 6 7 ... 25 26 27 28 29 30 31 32
- in the batch file, call the macro starting.mac which has no parameters (instead of the macro simple.mac):
- call EMME2 -m starting.mac
The result will be:
- <~/ 32 1 2 3 4 5 6 7 8 9 10
- <~/ 32 11 12 13 14 15 16 17 18 19 20
- <~/ 32 21 22 23 24 25 26 27 28 29 30
- <~/ 32 31 32






