The following warnings occurred:
Warning [2] Undefined array key 0 - Line: 1677 - File: showthread.php PHP 8.2.31 (Linux)
File Line Function
/inc/class_error.php 157 errorHandler->error
/showthread.php 1677 errorHandler->error_callback
/showthread.php 916 buildtree




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Oh oh
#11
Thanks for the tips.

I went back a step and decided to change the message hidden in the code form an email address to a URL

But now whenever I try to compile the BAS file I get an 'unexpected end of file' error.

The code is so very simple, here it is:

Code:
10 LET a$="xxxxxxxxxxxxx.com/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.html" 15 CLS 20 LET x=RND*32 21 LET x=INT x 22 LET y=RND*22 23 LET y=INT y 25 LET j=x+y 30 IF j=0 THEN GO TO 20 55 LET p=RND*9 60 LET i=RND*9 65 LET p=INT p 66 LET i=INT i 75 PAPER p:INK i 80 PRINT AT y,x;a$(j) 90 POKE 22527+RND*704,RND*127 100 GO TO 20

Now why would I be getting an 'unexpected end of file' error?

Thanks so much for all your help.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)