HiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · edit-22 天前Why make it complicated?lemmy.mlimagemessage-square116fedilinkarrow-up1363arrow-down137file-textcross-posted to: programmerhumor@lemmy.ml
arrow-up1326arrow-down1imageWhy make it complicated?lemmy.mlHiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · edit-22 天前message-square116fedilinkfile-textcross-posted to: programmerhumor@lemmy.ml
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up2·2 天前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.
minus-squaredan@upvote.aulinkfedilinkarrow-up2·2 天前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.
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.