G
Guest
Dim x As UInt32
x = 1000
Value of type 'Integer' cannot be converted to 'System.Uint32'.
Why is this illegal?
x = 1000
Value of type 'Integer' cannot be converted to 'System.Uint32'.
Why is this illegal?