Hello.
--- In blassic@yahoogroups.com, "Paul" <dunric@y...> wrote:
> This program works fine under QBasic, but not Blassic or GW-Basic.
> Any ideas as to why? See below:
The problem is the empy DATA statement at the end of DATA sentences,
that are not correctly handled in the current publics versions of Blassic. I've
already corrected that when a user informed about, but not yet released a
new version with the correction.
To workaround, you can add "" or 0, depending of the type of data readed
after the last comma in the DATA sentence.
Also, the program uses the UCASE$ function. In Blassic you can use
UPPER$ instead. I can add UCASE$ to improve compatibility if someone
tells me the exact sintax. Is there an equivalent that converts to lower case?