Is it possible that a sub or a function could handle
an UNKNOWEN number of parameters .
like this :
Call quest(parameter1,parameter2,parameter3,parameter4...)
private sub quest(???????????????????)
end sub
I know that it could be done on C ,using pointers and stuf.




Reply With Quote