B
Brian Henry
i was just looking at the tcplistener example on the MSDN docs and saw this
Dim bytes(1024) As [Byte]
Dim data As [String] = Nothing
the data types ar ein brackets, what is the significance of the brackets?
and when i type them into vb.net 2003 the brackets remove themself... why
are they there, what do they do? thanks!
Dim bytes(1024) As [Byte]
Dim data As [String] = Nothing
the data types ar ein brackets, what is the significance of the brackets?
and when i type them into vb.net 2003 the brackets remove themself... why
are they there, what do they do? thanks!