c = "1,2,3,4,5,6"
a = Split(c, ",")


how do i know that my "a" array has 6 items in it

a.ubound

gives me an error

Should Declare Anything specially?