|
发表于 2016-4-22 18:25:24
|
显示全部楼层
highflyer 发表于 2010-4-7 08:11 + O2 ^2 N# ~5 w: A9 ~# c
非常感谢,现在弄明白了 3# PINOCCHIO ) l8 H, T. K2 p1 g8 R2 _* [1 m
你好 你的问题是怎么解决的 求大神帮忙
0 o( z8 _ P4 l% B2 f" c: a( ]我的显示: VOID 无法接受方法“name”$ s" a0 M: T- N. R9 d. ]' `( G
is
# m/ s0 S) ~1 o; r9 [3 { num_1_1:integer;
; D1 G: _: P/ C1 o/ g5 p num_1_2:integer;7 b7 Y. v3 h4 n+ K! P
num_1_3:integer; u* p. ~; E; `; T+ b: v
4 m5 C) r# S) q' ^% C
do# \) S$ z. _% Y+ S* r8 E
inspect @.Name8 [6 f% F4 b' b0 G9 v0 S) x+ `! k
when "Part_1_1" then: {- v6 J" {4 f1 C9 y; K5 S7 U
num_1_1:=num_1_1+1;
' q$ Z% E1 h, y4 o' g; S5 ] when "Part_1_2" then5 X6 s. j; ]. H
num_1_2:=num_1_2+1;, y+ \ C: k" y
else2 q& b( s1 H0 o: S
num_1_3:=num_1_3+1;
" O0 G7 t) S& I; a3 w end;
& j+ p( J7 f' Z( G9 i
, _: [- R) q9 P9 O* c6 H' Gend;/ E2 A* q5 {% F) \' h
1 S5 N' N* H: f' p% M6 F |
|