G
Guest
If we declar a varible as:
Dim series(10) as Double
then series can contain 11 items in maximum ( 0 - 11 ).
How do you declar this varible, making the first item as
series(1)
instead of
series(0)
? Thanks.
Dim series(10) as Double
then series can contain 11 items in maximum ( 0 - 11 ).
How do you declar this varible, making the first item as
series(1)
instead of
series(0)
? Thanks.