Hi,
in mulprod.mod, Capacity is declared in
float Capacity[Resources] = ...;
This does not work for scalars so to update an int value you can write in the .mod
int valueToChange[Singleton] = ...;
where Singleton is a set with one element
------------------------------
[Alex] [Fleischer]
[Data and AI Technical Sales]
[IBM]
------------------------------