|
|
is
6 Q: g" f- p6 E4 }/ F% I# u2 X# b m,n:integer;
T( B R+ t% T0 [2 y Name:string;
$ J# j! C) N; B5 t2 I obj:object;1 s6 G* R+ K2 V. b& N# U2 L6 n8 Y! x
do# c3 L1 I3 O' h+ h% f% a: H
m:=str_to_num(omit(?.Name,1,5));
2 @- g$ r& I! o7 g: B d# s Name:=sprint("Output_Line",m);
( ~$ t" ~) f' h9 W: r/ O+ U obj:=str_to_obj(Name);9 r6 p: Y$ B' S- Y* e7 F; ?
obj.val:=?.StatNumIn;
! j& c; v8 Q& ?# o- u1 @ if m>1 then6 G7 P/ n) S: ]* z% \ R7 t
Name:=sprint("OutRate_Line",m);
% p% h5 a4 D) b3 Z% H2 M obj:=str_to_obj(Name);; p1 j+ c9 | e0 L
obj.val:=n*100/OutPut_Line1;9 B" t- `# `4 ]7 |! e
end;
, f; L) S% N1 _( ^9 i \end; |
|