|
|
发表于 2016-4-22 18:25:24
|
显示全部楼层
highflyer 发表于 2010-4-7 08:11 4 C9 {) O5 r2 c+ R( ` E! k
非常感谢,现在弄明白了 3# PINOCCHIO 4 B' q3 j6 M( Q ~. q; K% L
你好 你的问题是怎么解决的 求大神帮忙
: z& M/ k: l* W, Y# s$ A, d+ h我的显示: VOID 无法接受方法“name”
( O6 p, B7 s6 f3 I: ]is
1 b, B# [" Z+ \. K: x3 J num_1_1:integer;
a2 ^) T" P" N' N& e1 T! M7 o num_1_2:integer;8 V- e6 q% _) h3 q( k9 x
num_1_3:integer;8 }, M3 d8 _& s0 w0 c+ O! \
! h- U+ U- _7 @$ }
do3 H5 K: l( h( W% c: t( c) a
inspect @.Name
* h# v1 J! I9 N' h! C0 v when "Part_1_1" then
+ z+ J* e- A( y num_1_1:=num_1_1+1;
. n# G* a- Y, M& ^ when "Part_1_2" then- s% \4 }, E7 N1 l
num_1_2:=num_1_2+1;' Y! k" X8 f2 {# Q% P0 z
else( c3 b8 r, b0 F4 f0 Z! \
num_1_3:=num_1_3+1;
7 \, S4 O8 G: S8 p } end;
& }' k8 i$ b8 z, H3 ? ' w' p; t0 [% y [ V% r% {4 h
end;0 H% ]2 C, Z M6 \/ q
! D: ~$ A' N% }$ m |
|