szwbluesky 发表于 2004-12-31 14:50:00

Dictionary对象的add方法的问题??

Public Function closeCurPt(ByVal ptOpenPit As Variant, _<BR>ByRef segOpenPit As Variant) As Variant<BR>                       Dim couArr, couSeg ' As Integer                                                <BR>                       couArr = 0<BR>                       couSeg = 0


                       ...........


                       segOpenPit.Add couSeg, couArr


                       ...........


其中,segOpenPit 是Dictionary对象,调试


segOpenPit.Add couSeg, couArr时说


“运行时错误‘424’:要求对象”。


帮看看,多谢!

szwbluesky 发表于 2004-12-31 18:02:00

不好意思,找到原因了,是参数传错了。


想把该贴删掉,删不掉!


麻烦版主帮忙删一下!
页: [1]
查看完整版本: Dictionary对象的add方法的问题??