04-23-2023, 01:45 PM
Honestly, this shouldn't even be possible. You should get an Invalid Type error, but it's not catching it in this case.
DIM s(0) AS INTEGER
DIM s(0) AS _UNSIGNED _BYTE
The above should error out for you with an Invalid Type or Duplicate Definition or similar error. Why it's not tossing that same style error for a UDT needs to be looked into.
DIM s(0) AS INTEGER
DIM s(0) AS _UNSIGNED _BYTE
The above should error out for you with an Invalid Type or Duplicate Definition or similar error. Why it's not tossing that same style error for a UDT needs to be looked into.