The undocumented feature to set the demand multiplier in the [DEMANDS] section of the INP has been depreciated.
The following section inside Uimport.pas will need to be removed
|
else if CompareText(MULTIPLY,TokList[0]) = 0 then |
|
begin |
|
if not Uutils.GetSingle(TokList[1],x) then Result := 201 |
|
else Network.Options.Data[DEMAND_MULT_INDEX] := TokList[1]; |
|
end |