J
John Smith
Hello
Whenever I try to set a value of a System.UInt64 I get:
Dim var1 As System.UInt64 = &H18B377544DD23334
Error BC30311: Value of type 'Long' cannot be converted to 'System.UInt64'.
What is the correct way?
Thanks in advance.
-- John
Whenever I try to set a value of a System.UInt64 I get:
Dim var1 As System.UInt64 = &H18B377544DD23334
Error BC30311: Value of type 'Long' cannot be converted to 'System.UInt64'.
What is the correct way?
Thanks in advance.
-- John