Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using constants not allowed in DATAs
#7
As an outcome to use "strict" and "explicit" as compilation options, now the compiler complains about the sinclair basic function new being not declared.


Code:
sub do_cmd_end()
    ' more things...
    new
end sub
Output:


Code:
cmd.bas:164: error: Undeclared function "new"

It compiles it I replace the new function call with a randomize( usr( 0 ) ) call.
Should I include something for new?
-- Baltasar
Reply


Messages In This Thread
RE: Using constants not allowed in DATAs - by baltasarq - 03-16-2025, 08:01 PM

Forum Jump:


Users browsing this thread: 4 Guest(s)