比如说,你自己声明一个过程,如
sub l( x as integer) .只允许输入一个值
.
end sub
而你在调用时却使用
call l(1,2) .输入两个值
vb就会提示过程声明与同名事件或过程不匹配