![Solved: 11 Years, 6 Months, 3 Weeks ago Solved: 11 Years, 6 Months, 3 Weeks ago](https://www.learnqtp.com/forums/images/mysupport_solved.png)
Code:
Dim work(2)
work(0) = "Mon"
work(1) = "Tue"
work(2) = "Wed"
Erase work
ReDim work(5)
work(3) = "Fri"
PRINT work(4)
i have executed the above script and it is throwing error..i'm not sure why it is giving error..Can anyone correct the script
Thank you