Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21981

Why do I not get a Type Mismatch

$
0
0
Dim ByteArray(32) as byte
'
' Do some stuff
'
ByteArray(2) = ""


I would have thought a Type mismatch error on loading a "" into a byte array

Viewing all articles
Browse latest Browse all 21981

Trending Articles