The following warnings occurred:
Warning [2] Undefined array key 0 - Line: 1677 - File: showthread.php PHP 8.2.31 (Linux)
File Line Function
/inc/class_error.php 157 errorHandler->error
/showthread.php 1677 errorHandler->error_callback
/showthread.php 916 buildtree




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
INK 8 and DIM issues (*solved*)
#4
It's already been fixed. If you're used to SVN, you can obtain always tha lattest build by typing:
Code:
svn co https://boriel.homeip.net/svn/zxbasic zxbasic

or you can also apply this patch:
Code:
--- zxbparser.py (revisión: 1454) +++ zxbparser.py (copia de trabajo) @@ -1738,7 +1738,7 @@ i.next[0] = make_binary(lineno, 'MINUS', make_typecast('u16', i.next[0]), lower_bound, lambda x, y: x - y, _type = 'u16') if is_number(i.next[0]): - val = i.next[0].value - b.symbol.lower + val = i.next[0].value if val < 0 or val > (b.symbol.upper - b.symbol.lower): warning(lineno, "Array '%s' subscript out of range" % id)
If you have the windows .MSI version, please wait until next version (tomorrow), so I can also include the INK/PAPER 8 fix. :roll:


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)