|
|
is3 @' d" U; `6 h, K V! B
m,n:integer;
h' x/ t0 \, c0 n9 u: z2 N Name:string;
0 D4 w y0 e( Y5 ~0 W obj:object;
7 P8 K9 v4 d2 [* {9 n7 a4 \. Ydo
, v' t0 p% T/ q( J4 s m:=str_to_num(omit(?.Name,1,5));, f- B, S2 N: ^
Name:=sprint("Output_Line",m);3 k' \; P7 J* G2 s& Z4 z
obj:=str_to_obj(Name);# M. D" {$ _/ ~. k/ _
obj.val:=?.StatNumIn;" ^( b: w# x$ t X' p6 i* D
if m>1 then
; S# D/ |9 S, [/ x6 @+ U$ k Name:=sprint("OutRate_Line",m); {7 V. M% r& M4 p- v8 S2 O' F
obj:=str_to_obj(Name);& A. i# q6 i/ u2 b5 w
obj.val:=n*100/OutPut_Line1;
- u0 m; _8 p; T/ E S$ f1 t$ y9 C end;7 Z! d' [/ ^3 i
end; |
|