how can I declare an array that's from 200 to 250 in VBScript?
elements: arr(200),arr(201),arr(203).....,arr(240)..

please help.

Cerebrate