C. Jack

13
reputation
5

Non-programmer learning programming. Tried the formal education route a long time ago but got lost since I had no real-world experience to tie what I was learning to, so even things like arrays and objects went completely over my head.

Been toying around with a VBA-based terminal emulator with a built in macro recorder, and my programming capabilities are growing at an exponential scale. Unfortunately, it means my programming knowledge is completely patchwork. I just programmed my first customizable public function (which I've been successfully integrating into all my code to handle specific scenarios involving reading fields)... but I don't yet know how to declare or manipulate objects, and couldn't tell you what a delimiter is to save my life.

So if my questions seem... odd, well...

    For x As Interger = 0 To 1000
        print "apologies"
    Next