07-04-2025, 08:29 PM
(07-04-2025, 08:04 PM)DSMan195276 Wrote: _MEM is more like a built-in UDT rather than a native type, it can't be returned from functions (except for from some special built-in functions like `_MEMNEW()`).Okay. I am a bit confused; I had hoped to bypass the limit imposed on function typing by working around the issue with a _mem.
QB64 also doesn't help you here because the `declare function` lines are ignored and aren't actually checked for validity.
Thank you for the explanation!

