03-15-2023, 01:43 AM
SHARED a, b, c AS INTEGER
The above is valid, but you're mixing data types. a and b are undefined so they're SINGLE types. c is the only integer type above.
Add this to the main code:
a! = 1
b! = 2
The above is valid, but you're mixing data types. a and b are undefined so they're SINGLE types. c is the only integer type above.
Add this to the main code:
a! = 1
b! = 2