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


Messages In This Thread
S$(1) --> ERROR (solved) - by zarsoft - 11-13-2023, 04:09 PM
RE: S$(1) --> ERROR - by boriel - 12-07-2023, 12:55 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)