R
Ron
I want to decalre and fill an array with some numbers, 5, 7, 8, 9, 0
do I just do this:
Dim myarray as int = (5,7,8,9,0)
if not how would i do this?
thanks.
do I just do this:
Dim myarray as int = (5,7,8,9,0)
if not how would i do this?
thanks.