|
|
is
- y' D8 ~ x3 N1 b$ d* A3 L m,n:integer;) a* X1 t% }" U7 k( `9 _ C! S1 M' s1 y
Name:string;" M' F/ d/ o! W! h- m# i( ]
obj:object;
; l5 G; i) f$ k$ j3 }do
3 F9 u" ?3 Y" L& O. H/ d m:=str_to_num(omit(?.Name,1,5));
! t3 W( c! p4 i; D( o( A Name:=sprint("Output_Line",m);
- O0 \% W$ N; E7 ^ obj:=str_to_obj(Name);
6 L- w* D5 L' w% I0 \/ x: c8 G# \ obj.val:=?.StatNumIn;
|2 l3 ^; Z I3 ~: W. f if m>1 then8 J ~0 R7 d7 i
Name:=sprint("OutRate_Line",m);
1 @# a7 I9 v. z) s k+ c; s obj:=str_to_obj(Name);
& ~# n; j& |' A% Z obj.val:=n*100/OutPut_Line1;* x' C5 E/ h5 B" A* r# E2 o6 t
end;' i2 L7 L/ `6 X6 q- V
end; |
|