Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
S$(1) --> ERROR (solved)
#1
Code:
CONST w1$ AS STRING = "ERROR"
DIM w2$ AS STRING

w2$ = w1$
PRINT "-> ";w2$(1)
(this works)

Code:
PRINT "-> ";w1$
(this works)

Code:
PRINT "-> ";w1$(1)
(Error: constant is not a function)
Reply
#2
Try this new beta:
http://www.boriel.com/files/zxb/zxbasic-...ta6.tar.gz
http://www.boriel.com/files/zxb/zxbasic-...-beta6.zip
http://www.boriel.com/files/zxb/zxbasic-...-win32.zip
http://www.boriel.com/files/zxb/zxbasic-...x64.tar.gz
http://www.boriel.com/files/zxb/zxbasic-...cos.tar.gz

Note: This beta includes all prior corrections (Local array of Floats, etc).
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)