VB031
Option Base 1
Visual Basic 6
Info
VB6
Arrays in this module start at 1 while every other module starts at 0 — an off-by-one waiting at each module boundary
arrays in this module start at 1 while every other module starts at 0 — an off-by-one waiting at each module boundary.
Why this severity
arrays in this module start at 1 while every other module starts at 0 — an off-by-one waiting at each module boundary.
Known false positives
none expected.
Remediation example
Dim a(1 To n) As Long