What is the difference between these two statements?
Dim OutData() as Byte
Dim OutData as [Byte]()
I'm not seeing it...
--
Thanks
Sueffel
Dim OutData() as Byte
Dim OutData as [Byte]()
I'm not seeing it...
--
Thanks
Sueffel
Comment