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

Can't terminate waitForAny loop

Started by dremp, 06 January 2013 - 11:24 PM
dremp #1
Posted 07 January 2013 - 12:24 AM
I made a startup program with a while true loop containing a parallel.waitForAny and now i can't terminate the program.. what should i do? can i save my program? :(/>
remiX #2
Posted 07 January 2013 - 12:37 AM
Put a disk drive next to the computer with a disk in it with a program called 'startup'. Disk drives have prior over the startup on computers so it will run the one on the disk drive first. Just make the one in the disk drive print('.') and then you should be able to edit your startup on your computer
dremp #3
Posted 07 January 2013 - 12:43 AM
Thank you :D/>