[MSEide-MSEgui-talk] MSElang, implicit type conversions

2013-12-12 Thread Martin Schreiber
Hi, I think there should be no implicit type conversions in MSElang. var f1: float; i1: integer; c1: cardinal; by1: byte; begin f1:= 1; //error f1:= 1.0;//ok f1:= float(1); //ok i1:= 1; //ok by1:= 1; //ok i1:= by1;

Re: [MSEide-MSEgui-talk] MSElang, implicit type conversions

2013-12-12 Thread Michael Schnell
+1 (even seemingly not a very common language restriction) -Michael -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance