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

Display Text At Startup Probs.

Started by hyderpotter, 22 November 2013 - 02:34 PM
hyderpotter #1
Posted 22 November 2013 - 03:34 PM
After exiting startup and reboot the pc, I get:

Lyqyd #2
Posted 22 November 2013 - 04:18 PM
Sooo… Post your startup file maybe?
MKlegoman357 #3
Posted 22 November 2013 - 05:08 PM
It already says what's the problem: you have started a string on line 5 and didn't close it. Allways read errors, they allways say what is wrong with your code and the line of your program in which that error occured.
Agoldfish #4
Posted 22 November 2013 - 05:31 PM
You have this problem.


--#Possible problem 1
print"No quote --#Forgot the end quote
--#Possible problem 2
print("No end parenthese" --#Forgot the end parenthese