|
|
is
6 Z# K2 C3 r' s& ? m,n:integer;: x5 q# q% B H8 s7 j3 F- N$ f
Name:string;# f% m- V( ?/ m
obj:object;
( E8 N2 k- N1 b2 f5 Ado" M. T8 ~) L2 u
m:=str_to_num(omit(?.Name,1,5));
8 b& k' P# @* v; Z6 d3 Y Name:=sprint("Output_Line",m);) M; Z* g% S; C' [6 D8 z
obj:=str_to_obj(Name);6 F- l1 P1 C0 F2 K
obj.val:=?.StatNumIn;
0 b+ l5 \, J9 i, l2 U: J* p; Z6 K if m>1 then
8 j/ b& B: E+ l" M! {& v Name:=sprint("OutRate_Line",m);- t0 [. n. l. D* |
obj:=str_to_obj(Name);1 ~8 I, O v9 r4 ]" h$ \
obj.val:=n*100/OutPut_Line1;
# K. R& _4 S2 U- h. V' C @ end;
0 D0 V4 n. i3 w1 j2 \; Uend; |
|