Modernizing a Visual Basic 6 application using Google Gemini

4 pointsposted 12 hours ago
by speckx

1 Comments

vunderba

7 hours ago

From the article:

> The Get command in Visual Basic 6 starts at one. The first byte in the file being read is 1, unlike Java (and almost everything else) which starts at 0.

Dimension indexing in BASIC related languages strikes again! Having cut my teeth on BASIC as a young kid, muscle memory always used to trip me up when I moved to other languages where nearly everything was indexed from zero.