Search found 1 match

by kevinwnz
Thu Dec 21, 2023 9:03 pm
Forum: X16 Bug Reporting
Topic: Val Overflow bug
Replies: 2
Views: 2985

Val Overflow bug

I just seen a video on the val overflow bug and tried it on the x16 emulator and the bug is present
if you have more than 38 character in the val function it gives overflow error and truncate the line
below is the example of the bug
10 A$ = Val("1E39")
20 Print A$