This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Hakuoro's profile picture

Little Problem with a little program of mine

Started by Hakuoro, 16 December 2014 - 09:53 AM
Hakuoro #1
Posted 16 December 2014 - 10:53 AM
Hey there,

i've got a little problem to solve…

dont worry its really only a little one

this is the program i want to run: http://pastebin.com/pKxDQkfP

and this is what happens if i run it: http://puu.sh/dwTzD/fe93341420.jpg

i hope some nice people can help me to solve my problem
Dog #2
Posted 16 December 2014 - 04:53 PM
On line 32 your term.clear is missing the brackets at the end. It should be term.clear()
TheOddByte #3
Posted 16 December 2014 - 08:38 PM
I've said this alot, but when asking for help you need to give us more information. In this case you could have posted what error you were getting.
Dustmuz #4
Posted 16 December 2014 - 09:01 PM
I've said this alot, but when asking for help you need to give us more information. In this case you could have posted what error you were getting.

He/she did give the error :)/>

and this is what happens if i run it: http://puu.sh/dwTzD/fe93341420.jpg
TheOddByte #5
Posted 16 December 2014 - 09:09 PM
I've said this alot, but when asking for help you need to give us more information. In this case you could have posted what error you were getting.

He/she did give the error :)/>

and this is what happens if i run it: http://puu.sh/dwTzD/fe93341420.jpg
Damn.. Didn't notice that.. Read it quickly and thought it was another pastebin link at first
Hakuoro #6
Posted 17 December 2014 - 06:18 AM
On line 32 your term.clear is missing the brackets at the end. It should be term.clear()

thanks didn't notice that xD
Diamond for your help

Edit: (Edit deleted… it doesnt belong in here ^^ sry)
Edited on 17 December 2014 - 05:44 AM