8 hours ago
(This post was last modified: 8 hours ago by CookieOscar.)
(Yesterday, 02:48 PM)Kernelpanic Wrote: Same program: Why is the first entry always duplicated here ( summe = Liste(1).Index + Liste(2).Index )? Does anyone have an explanation for this? Thanks!It's a copy-paste bug.... In your example, it should have been:
Code: (Select All)
...
Input "Zweite Zahl eingeben: ", wert
Liste(1).Index = wert
Input "Zweite Zahl eingeben: ", wert2
Liste(2).Index = wert2 ' <===== should be *wert2* instead of *wert*
...
------------------------------------------------------------------------
(9 hours ago)hsiangch_ong Wrote: can't believe the commodore 64 is being sold again. i don't think any of the ones sold as we speak. are being used to program in basic.I beg to differ... strongly!
PS: do you use a STT-system to write your posts (Speech To Text)?
If not, it is a bit hard to read your posts with all the unnecessary punctuation.
But if you use a STT-system then please ignore this comment/suggestion.
Who remembers QB30, GWBASIC, C64, ZX80?

