> > I'm not quite sure what you mean by "named parameters". Since all > parameters to a method always have names.
Joe What I was trying to refer to is if a method is declared as: Method1(iName1 As Integer=2, iName2 As Integer=4, iName3 As Integer=6) We can call it as Method1(iName3:=7) instead of Method1(2,4,7) Regards Paul _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
