What value type is Global in Visual Basic?
If I have something defined like this:
Global ErrorStatus&
And I have know what data type this is. I have heard that the compiler sets the data type based on how it is used. Well, suppose I have this problem where I have to know what the default type it is because I am sending it to a C++ DLL. What type should I expect?