﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2779	Indexing with zero gives no error message	Peter Aronsson	Per Östlund	"Consider this example.

{{{
model Experiment3
  Modelica.Blocks.Sources.CombiTimeTable combiTimeTable2(fileName=""foo.mat"");
  Modelica.Blocks.Math.Gain gain1(k=1);
equation 
  connect(gain1.u,combiTimeTable2.y[0]);
end Experiment3;
}}}
This should give an error since it is not allowed to index with zero.
This was tested a long time ago on 1.8.1 and it did give an error message, but apparently not true anymore (tested on 1.9.1 beta2)

"	defect	closed	normal	1.9.1	Frontend	trunk	fixed		
