Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/11/02 17:15
Read: times


 
#21677 - running the last program burned in eprom
Hi,
I am trying to write a program that will count backwards in the eprom untill it finds a runnable program. I wish to do this becasue I don't want to was my time waiting for my eprom to be erased. Here is the idea I have been trying shown at bottom. The problem with this is I believe it faults and runns then next program found in the eprom not the last. I have tried inserting a onerr into line 40 with no sucess.

Any help would be great!

Mike Cooper

10 PRINT "*****Mike Cooper*****"
20 PRINT
30 FOR X=50 TO 1 STEP -1
40 RROM X
50 NEXT X
55 IF X=2 THEN PRINT "Error Finding Program To Run"
60 END

List of 6 messages in thread
TopicAuthorDate
running the last program burned in eprom            01/01/70 00:00      
RE: running the last program burned in eprom            01/01/70 00:00      
RE: running the last program burned in eprom            01/01/70 00:00      
RE: running the last program burned in eprom            01/01/70 00:00      
RE: running the last program burned in eprom            01/01/70 00:00      
RE: running the last program burned in eprom            01/01/70 00:00      

Back to Subject List