08-15-2023, 12:06 PM
Hey @bplus,
It looks like the same issue that you have found with at least one other example. The current version of QBJS doesn't support the new QB64 way of defining variables (e.g. As Integer LFish) inside custom type definitions yet. I'll put it on the list for the next release.
I was able to get this working by just flattening out the fish Type definition:
It looks like the same issue that you have found with at least one other example. The current version of QBJS doesn't support the new QB64 way of defining variables (e.g. As Integer LFish) inside custom type definitions yet. I'll put it on the list for the next release.
I was able to get this working by just flattening out the fish Type definition: