Usually spending hell of time to decipher where is my error due to such diagnostics. Would it be possible for compiler to tell exactly what's wrong - which variable is bad ? The one like below was acceptable when the cars were not self-driving π))
i=winio@(' Angle, delta %30^sl %10`rf %30^sl %10`rf %ff&', &
Slider_Angle, 0d0, 180.01d0, PrepDataForSlider_f_E, Angle_f_E,&
Slider_AngleDelta, 0d0, 90.01d0, PrepDataForSlider_f_E, AngleDelta_f_E)
*** Error 1221: WINIO@ cannot process REAL(KIND=1) arguments, only CHARACTER,
INTEGER(3), INTEGER(4) or REAL(2)
*** Error 1221: WINIO@ cannot process REAL(KIND=1) arguments, only CHARACTER,
INTEGER(3), INTEGER(4) or REAL(2)