Post Reply 
INPUT double quotes (problem) [Solved]
04-27-2016, 08:50 PM (This post was last modified: 04-28-2016 11:34 AM by StephenG1CMZ.)
Post: #15
RE: INPUT double quotes (problem)
The bug in the first version of my code present in 8151, was a simple for loop error causing an attempt to access beyond the end of the list.
It would have been avoided if
for EL from 1 to 118
End
Exited with EL==118 rather than EL==119 (I.e. a meaningful value, not the one after)..

I have now uploaded Version 2 which fixes that, and also includes the new Input syntax.
It works on Android and should work on 8151 and 10077 too.
(Updated text here to correct constants: 118 elements not 128).

Stephen Lewkowicz (G1CMZ)
https://my.numworks.com/python/steveg1cmz
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: INPUT double quotes (problem) - Tyann - 04-26-2016, 10:54 AM
RE: INPUT double quotes (problem) - Tyann - 04-26-2016, 06:39 PM
RE: INPUT double quotes (problem) - Tyann - 04-27-2016, 04:59 AM
RE: INPUT double quotes (problem) - Tyann - 04-27-2016, 10:57 AM
RE: INPUT double quotes (problem) - StephenG1CMZ - 04-27-2016 08:50 PM
RE: INPUT double quotes (problem) - Spybot - 04-28-2016, 05:26 PM
RE: INPUT double quotes (problem) - Spybot - 04-28-2016, 05:40 PM



User(s) browsing this thread: 1 Guest(s)