Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help on arrays
#1
Solved: 10 Years, 9 Months, 2 Weeks ago
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
Reply


Messages In This Thread
Help on arrays - by AutomationTester2011 - 07-05-2011, 01:43 PM
RE: Help on arrays - by rajpes - 07-05-2011, 03:36 PM
RE: Help on arrays - by AutomationTester2011 - 07-05-2011, 03:48 PM
RE: Help on arrays - by rajpes - 07-05-2011, 04:15 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to convert three arrays into just ONE array? Arena 2 4,662 04-10-2012, 09:35 AM
Last Post: Arena
  Editing java arrays in QTP davey2582 2 4,214 12-21-2011, 07:24 PM
Last Post: davey2582
  Runtime java object arrays EclipseDev 0 1,989 07-02-2008, 07:15 PM
Last Post: EclipseDev

Forum Jump:


Users browsing this thread: 1 Guest(s)