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 |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)