Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
STR problem (*solved*)
#6
LCD Wrote:Scary, I know... If I write
Code:
Dim daytime$ as string
and don't use it (or simply rem out the lines where it was used), the compiler throws out:
"warning: Variable 'daytime' is never used Errors occured, compilation failed".
the same with other variables:
Code:
Dim a as ubyte
results in "warning: Variable 'a' is never used Errors occured, compilation failed" if I do not use the variable.
Will check again which code resulted in "x definded as float", maybe the break was caused by something different (I often forgot to write "THEN" after IF and ELSEIF) :oops:
Well, catching ELSEIF and others missing syntax error is something I will try to improve soon.

Can you paste some code where this happens? (I need more code context).


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)