hellomike wrote: ↑Thu 03 Apr 2025, 13:33
Not really the same because for me it happened
after upgrading to the latest BB4W version.
It's exactly the same.
Before updating to v6.16a you would inevitably have received the error, because SOCCERBALL.BBC uses
array slicing (as does FILTERS.BBC, those two example programs were added specifically to demonstrate that new feature). That's documented in the
manual:
- FILTERS.BBC Demonstrates Finite Impulse Response filtering, using array slicing.
- SOCCERBALL.BBC Animating a '3D' object using BBC BASIC's native graphics, uses array slicing.
So the error message which you and
nvingo received was simply saying "
you are attempting to run a program which uses array slicing on a version of BBC BASIC which does not have that feature".