• @[email protected]
        link
        fedilink
        English
        107 days ago

        More like all the On Error Resume Next statements. Which wasn’t even the worst thing about Visual Basic! VB also had the On Error Resume statement. On Error Resume Next at least moved on to the next line after an error occurred; On Error Resume just re-executed the error-generating line, I guess on the assumption that something would eventually change there.

          • @[email protected]
            link
            fedilink
            English
            37 days ago

            On Error was used within a function, so you would have one (or more … or less) per function.

              • @[email protected]
                link
                fedilink
                English
                37 days ago

                I started with VB3, which didn’t have custom classes. I have no idea how I did anything back then, but at least it was better than TurboBasic.

                  • @[email protected]
                    link
                    fedilink
                    English
                    1
                    edit-2
                    7 days ago

                    I did BASIC on the Apple IIe, then TurboBasic, Visual Basic (3, 4, 5 and 6 with some C in there somewhere), VB.Net, C#, Java, Objective-C and finally QT. Now I drive a school bus.

                  • @[email protected]
                    link
                    fedilink
                    37 days ago

                    Interesting to meet another person that went through the “GW-BASIC to Rust” journey. Mine was through FreeBasic and C++ in the middle but we ended up in the same neighbourhood.