Run Basic is not responding to changes
Feb 25, 2014 7:51:57 GMT -5
Post by ezmoney on Feb 25, 2014 7:51:57 GMT -5
I was doing a httpget(getaddress$)
I changed the getaddress$ but the program kept getting the older getaddress$
I keep scratching my head why this is happening.
I then put in a for next loop ...
for k=1 to 100
print k
next k
The program would not print the for next action for some reason it kept the old program and did not load the modified program.
I also put in a command
goto[ect]
The program never recognized this statement. There is no [ect] label...
I am still trying to figure this one out.
I don't think the new modify program is getting loaded.
Anybody else having this problem?
I started from scratch with a new page and reloading the program.
I thought that the system would recognize only my new program.
It still retrieved the old gettaddress$... That was weird.
I stored the program in a file and then recaptured it and then loaded to run basic..
Same thing the system would not recognize my code.
The program kept getting the old getaddress$