Forum
ZX Basic 1.4 (beta) is out - Printable Version

+- Forum (https://www.boriel.com/forum)
+-- Forum: Compilers and Computer Languages (https://www.boriel.com/forum/forumdisplay.php?fid=12)
+--- Forum: ZX Basic Compiler (https://www.boriel.com/forum/forumdisplay.php?fid=11)
+--- Thread: ZX Basic 1.4 (beta) is out (/showthread.php?tid=580)

Pages: 1 2 3


Re: ZX Basic 1.4 (beta) is out - britlion - 02-15-2014

boriel Wrote:Scroll routines ENDED :!:
Download version 1.4.0s1785 and run the demo.
Windowed scroll is now available :mrgreen:

Huh?

Scroll.bas in the library still seems to be full screen, and consists of left pixel, right pixel and left pixel (called up). No down. Not windowed?


Re: ZX Basic 1.4 (beta) is out - boriel - 02-15-2014

britlion Wrote:
boriel Wrote:Scroll routines ENDED :!:
Download version 1.4.0s1785 and run the demo.
Windowed scroll is now available :mrgreen:

Huh?

Scroll.bas in the library still seems to be full screen, and consists of left pixel, right pixel and left pixel (called up). No down. Not windowed?
No. It's a windowed scroll (4 directions). If it is not, then I forgot to bundle the right source file. Let me check...
There is also a scroll.bas example in the examples directory.


Re: ZX Basic 1.4 (beta) is out - britlion - 02-15-2014

britlion Wrote:
boriel Wrote:Scroll routines ENDED :!:
Download version 1.4.0s1785 and run the demo.
Windowed scroll is now available :mrgreen:

Huh?

Scroll.bas in the library still seems to be full screen, and consists of left pixel, right pixel and left pixel (called up). No down. Not windowed?

Okay, I take it back. I was a version behind, there.... Or ahead or something. Oops. Was sure my copy was newer than 1785 - but grabbed the latest and it looks much better!


I haven't run it yet - but why does up/down/left/right all call SP/Pixeldown ?


Re: ZX Basic 1.4 (beta) is out - ardentcrest - 02-21-2014

I have a list of words in a file, how do I read them using SNETfread

the spectranet uses

Code:
10 %fopen #4,"file","r"
20 %oneof 100
30 INPUT #4,a$
40 PRINT a$
50 GO TO 30
100 %close #4



Re: ZX Basic 1.4 (beta) is out - LCD - 02-21-2014

boriel Wrote:LCD: Okay, I've upload ZX Basic 1.4.0s1860. Please download and try if it fixes something. It has 2 bugs fixed.
Thats working better.
I tried something and found out:
If I use BeepFX in my programs, I always got the message (with optimiser switched on) that a label is not declared. Without optimiser it works. In 1.3 I tricked the optimiser out by calling the SUB after END of program, because if BeepFX is in a uncalled SUB, the optimiser will not compile it, but in 1.4 it seems not to work anymore. Another problem is if a sub/funcion is stored after it is called. In some cases the compiler cannot find it.
I'm sorry that I was not able to answer earlier. Still moving my computer corner one floor lower.


Re: ZX Basic 1.4 (beta) is out - ardentcrest - 02-21-2014

here Smile


Re: ZX Basic 1.4 (beta) is out - ardentcrest - 02-22-2014

Waiting :?


Re: ZX Basic 1.4 (beta) is out - ardentcrest - 02-26-2014

falling a sleep waiting 8)


Re: ZX Basic 1.4 (beta) is out - ardentcrest - 02-26-2014

Who has been mounting me..... :evil: :evil:


Re: ZX Basic 1.4 (beta) is out - boriel - 02-26-2014

ardentcrest Wrote:Who has been mounting me..... :evil: :evil:
Not me. :roll:
Don't know in English, but in Spanish, "mouting me" has also another meaning... :lol: :lol: :lol:


Re: ZX Basic 1.4 (beta) is out - ardentcrest - 02-26-2014

my TNFS that is Tongue :oops: Tongue


Re: ZX Basic 1.4 (beta) is out - LCD - 02-26-2014

There are other hundred words to describe this, I guess. I'm from a german speaking nation, and I thought the same... Confusedhock:


Re: ZX Basic 1.4 (beta) is out - ardentcrest - 03-04-2014

any update on reading strings line by line?


Re: ZX Basic 1.4 (beta) is out - ardentcrest - 05-15-2014

any update/update on reading strings line by line?


Re: ZX Basic 1.4 (beta) is out - ardentcrest - 06-05-2015

How is 1.4 going, and do we have a 1.5 to look forward to.