Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- sort by:
- Relevance
- Date
- Popularity
- Define VB6 procedure arguments with the ParamArray keyword
- Slight mistake in this codeThere is a space missing between ParamArray and args. It should readPrivate Function Sum(ParamArray args As Variant) As SingleParamArray CorrectionOne mistake in your demo:Private Function Sum(ParamArrayargs As Variant) As SingleShould of been:Private Function Sum(ParamArray args As Variant) As SingleI've actually noticed similar errors in a number...
- Discussion threads 2005-09-02
- << Previous
- page 1 of 1
- Next >>
