Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
adding items issue
#2
Not Solved
Andy -
I am not sure if i get what you actually need. It would be of help if you had the code pasted with your post.
However if you are looking for a case of sequentially data generation then maybe this peice of code would help,
Code:
For i = 1 to 10 ' Hoping you need 10 data
         paramname = QA0000&i
Next

or

' you can use random numbers

For i = 1 to 10
   randnum = RandomNumber(1, 100)
    paramname = QA0000&randnum
Next

Again, since i am not very clear with your question this may seem very irrelevant. If yes, please post the code you have been trying.
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Reply


Messages In This Thread
adding items issue - by Andrew.Stockdale - 10-27-2009, 02:48 PM
RE: adding items issue - by basanth27 - 10-27-2009, 02:57 PM
RE: adding items issue - by Andrew.Stockdale - 10-27-2009, 03:08 PM
RE: adding items issue - by basanth27 - 10-28-2009, 12:44 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Pages and Frames adding _1, _2, _3... zunebuggy 1 1,515 05-30-2017, 12:17 AM
Last Post: Vichu M J
  [UFT] [WPF] DataGrid: get items of ControlTemplate robertosalemi 0 3,302 07-14-2016, 07:52 PM
Last Post: robertosalemi
  Adding negative amount in webedit Rose 1 2,014 06-30-2016, 09:34 PM
Last Post: babu123
  SwfList: unchecked all items robertosalemi 0 1,857 12-21-2015, 03:46 PM
Last Post: robertosalemi
  Select Menu items shilpaS 1 6,782 06-19-2015, 01:23 AM
Last Post: supputuri

Forum Jump:


Users browsing this thread: 1 Guest(s)