CLS
SCREEN 12
LINE (60, 20)-(140, 30), 4, BF
LINE (60, 20)-(70, 130), 4, BF
LINE (70, 120)-(140, 130), 4, BF
LINE (160, 20)-(170, 130), 4, BF
LINE (170, 70)-(220, 80), 4, BF
LINE (220, 20)-(230, 130), 4, BF
LINE (250, 20)-(320, 30), 4, BF
LINE (280, 30)-(290, 130), 4, BF
LINE (250, 130)-(320, 120), 4, BF
LINE (340, 20)-(410, 30), 4, BF
LINE (340, 30)-(350, 130), 4, BF
LINE (430, 20)-(50, 30), 4, BF
LINE (430, 30)-(440, 130), 4, BF
LINE (440, 30)-(440, 150), 4, BF
LINE (440, 30)-(470, 100), 4, BF
LINE (520, 30)-(580, 50), 4, BF
LINE (520, 30)-(520, 100), 4, BF
LINE (520, 80)-(580, 100), 4, BF
LINE (580, 80)-(580, 150), 4, BF
LINE (520, 130)-(580, 150), 4, BF
This is supposed to form an image, but it's not working in my compiler. What am I doing wrong? D:
Did you remember to input the data?
But seriously, what does all that mean?
Remove the CLS, because I sometimes find it to loop and keep clearing the screen.
Keeps giving me this:
Compile Error
Expecting ')' but encountered ','
Mehbeh you mistyped?
I have absolutely no knowledge in this, but from the error code, it sounds like you need to change one or more sets of ,s to 's
Quote from: Gamemaster1379 on October 13, 2007, 08:32:20 PM
I have absolutely no knowledge in this, but from the error code, it sounds like you need to change one or more sets of ,s to 's
I know, but that doesn't help a whole lot. >_>
Quote from: Silverhawk79 on October 13, 2007, 08:32:42 PM
Quote from: Gamemaster1379 on October 13, 2007, 08:32:20 PM
I have absolutely no knowledge in this, but from the error code, it sounds like you need to change one or more sets of ,s to 's
I know, but that doesn't help a whole lot. >_>
:D
...sorry. :(
double check the syntax. it sounds like commas and parentheses are in the wrong order and/or number and/or positioning.