[thelist] VBscript array declaration puzzlement

Joel D Canfield joel at spinhead.com
Wed Sep 15 13:03:18 CDT 2004


Why does this 

    Dim aryPlanIDs(intCount)

result in an 'expected constant' error, while

    Dim aryPlanIDs()
    ReDim aryPlanIDs(intCount)

seems to work fine?

joel


More information about the thelist mailing list