Can anyone tell me how to create a dynamic array in asp.
I tried all these
Dim ProductIntakeCodeArray()
Dim ProductIntakeCodeArray(RecordCount)
Dim ProductIntakeCodeArray(UBound(ProductGroupCount,2))
but only this works
Dim ProductIntakeCodeArray(17)
Problem is I dont always know what the size is going to be. Any Ideas. Thanks
AJ
Do you feel lucky?
I tried all these
Dim ProductIntakeCodeArray()
Dim ProductIntakeCodeArray(RecordCount)
Dim ProductIntakeCodeArray(UBound(ProductGroupCount,2))
but only this works
Dim ProductIntakeCodeArray(17)
Problem is I dont always know what the size is going to be. Any Ideas. Thanks
AJ
![[americanflag] [americanflag] [americanflag]](/data/assets/smilies/americanflag.gif)
Do you feel lucky?