What is the point/use of LBound in VBScript?

后端 未结 1 1678
日久生厌
日久生厌 2021-01-18 02:27

As far as I can establish there is no way to create a 1-based array (or any none 0 based array) in VBScript but it has a LBound function which should therefore always return

相关标签:
1条回答
  • 2021-01-18 03:11

    LBound() is part of VBScript because you could get a non-zero-based array from somewhere else via COM.

    0 讨论(0)
提交回复
热议问题