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: 4 Guest(s)