HiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · edit-21 day agoWhy make it complicated?lemmy.mlimagemessage-square95fedilinkarrow-up1308arrow-down126file-textcross-posted to: programmerhumor@lemmy.ml
arrow-up1282arrow-down1imageWhy make it complicated?lemmy.mlHiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · edit-21 day agomessage-square95fedilinkfile-textcross-posted to: programmerhumor@lemmy.ml
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up2·23 hours agoEven older variants required both a let to declare the variable and a dim to set its size. I remember a REDIM command, but I really can’t remember what basic it’s from.
minus-squaredanAlinkfedilinkarrow-up2·22 hours agoThe first programming language I used was Visual Basic (both VBA in Excel, and VB3 then VB6). I think it used redim to resize arrays.
Even older variants required both a let to declare the variable and a dim to set its size.
I remember a
REDIM
command, but I really can’t remember what basic it’s from.The first programming language I used was Visual Basic (both VBA in Excel, and VB3 then VB6). I think it used redim to resize arrays.