07-11-2023 10:41 AM
@crossrulz wrote:
3. Why in Input List using a local variable instead of the terminal?
Because for some weird reason it is an indicator instead of a control. 😄
As has been said, here's equivalent code:
07-12-2023 12:06 AM
Ok, notes taken. This is part of the bigger program that I wrote back in 2019. I'm self tought so sometimes I overcomplicate things that could be made simpler. I appreciate the input 🙂
07-12-2023 01:06 AM - edited 07-12-2023 03:00 AM
As mentioned, this was a "literal" simplification.
More elegant would be to just check if the index is non-negative. No need for the string equality.