A
Angel
Hi,
Can someone let me know how we can have a for loop where
the date is incremented without using date as the control
variable as hown below.
dim varDate as Date
For varDate = StartDate + 1 To EndDate - 1
Next varDate
the above stmt is no longer supported in .NET
thanks
angel
Can someone let me know how we can have a for loop where
the date is incremented without using date as the control
variable as hown below.
dim varDate as Date
For varDate = StartDate + 1 To EndDate - 1
Next varDate
the above stmt is no longer supported in .NET
thanks
angel