On CBS.com: Six show girls attacked
1 Resources for

stuartajc

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

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...
Tags: Microsoft Visual Basic 6.0, ParamArray, Private Function Sum, programming, Single, slight mistake, StuartAJC, VARIANT
Discussion threads 2005-09-02
  • << Previous
  • page 1 of 1
  • Next >>


TechRepublic's E-mail Usage Policy
Numerous studies indicate that personal e-mail use at work is a leading cause of lost productivity. In addition, personal e-mail use can introduce vir ...
Buy Now
Quick Guide: Securing Windows Server 2003
Although the default installation of Windows Server 2003 is more secure than with previous versions, IT pros still need to take a careful look at addi ...
Buy Now