0) then goto endsprung_evt else if(i>0) THEN print "," ENDIF endif print "[" floatformat("%.3f"); print evt.starttime, "," print evt.stoptime, "," floatformat("%.1f"); print evt.bound, "," print evt.maxval, "," print evt.minval, "," print evt.avg, "," floatformat("%.0f"); print evt.reason_lo,",",evt.reason_hi floatformat("%.2f"); rem print " ""StartTime"":",evt.starttime,",""StopTime"":",evt.stoptime,",""Bound"":'",evt.bound,"'," rem print """maxval"":",,",""minval"":",,",""avg"":",evt.avg,",""reason"":",evt.reason print "]" i=i+1 if (evt.error==0) then goto evt_while endif endsprung_evt: print "]" print "}" ?>