|
|
发表于 2016-4-22 18:25:24
|
显示全部楼层
highflyer 发表于 2010-4-7 08:11 8 K. q1 `5 Y: [/ w8 P$ G
非常感谢,现在弄明白了 3# PINOCCHIO . A( R2 o$ V6 X1 J6 A" N5 p
你好 你的问题是怎么解决的 求大神帮忙
. \7 N3 [, P* u) \9 |% a. ` e& p/ ^我的显示: VOID 无法接受方法“name”
+ S$ u& x+ H3 O7 B* [, W5 @is
% d# ]' u' S& S& g3 Z/ _" F num_1_1:integer;) @! g/ B) n# c% [8 d0 Q& }; h' E" @
num_1_2:integer;
! J; b! m6 s' t' H6 `0 O& l& F: S num_1_3:integer;- m) G- a& y$ ~8 o7 w% a, E: d
! _9 Z# @6 Z2 g& `& q6 rdo U. l4 N- Y- @# [: n
inspect @.Name* q6 b+ o4 {0 }* `6 E/ J
when "Part_1_1" then/ j: P2 [' V* q/ _, ~
num_1_1:=num_1_1+1;
4 @( J5 g: r/ v( d. M when "Part_1_2" then0 p- M% [. w! l) [7 R( U
num_1_2:=num_1_2+1;9 K1 }4 i+ N0 b6 X8 h
else4 H- B, W2 s5 h
num_1_3:=num_1_3+1;
( [" P3 p8 f0 x end;
P: V( P c1 P/ Z% T% V1 E $ t4 L& F7 M8 u: _% S' k
end;
1 W/ c6 k2 g0 d. a: k
. _# h; s. a9 M/ z |
|