Posted 01 July 2012 - 07:21 PM
Hi, i have made a welcome message that will run on startup but i can't get i to show up on my monitor
i only get this error message: bios:206: [string "startup"]:1: ')' expected
this is my code in my startup file
and this is the hello program
i only get this error message: bios:206: [string "startup"]:1: ')' expected
this is my code in my startup file
shell.run("monitor", "top", "hello")
and this is the hello program
print(" #############################################")
print(" # #")
print(" # Welcome Sharakuzz! #")
print(" # I hope the weather is good today #")
print(" # #")
print(" #############################################")