HiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · edit-227 days agoWhy make it complicated?lemmy.mlexternal-linkmessage-square99fedilinkarrow-up1322arrow-down131file-textcross-posted to: programmerhumor@lemmy.ml
arrow-up1291arrow-down1external-linkWhy make it complicated?lemmy.mlHiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · edit-227 days agomessage-square99fedilinkfile-textcross-posted to: programmerhumor@lemmy.ml
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up2·27 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·27 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.