HiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · edit-22 days agoWhy make it complicated?imagemessage-square105linkfedilinkarrow-up1338arrow-down133file-textcross-posted to: programmerhumor@lemmy.ml
arrow-up1305arrow-down1imageWhy make it complicated?HiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · edit-22 days agomessage-square105linkfedilinkfile-textcross-posted to: programmerhumor@lemmy.ml
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up2·2 days 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-squaredan@upvote.aulinkfedilinkarrow-up2·2 days 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.