09-25-2008, 12:09 PM
Hi,
Can any one please tell me, how to save the random numbers in a runtime data table.
Is it possible to do so??
My sample program is,
in a message box a random number will be displayed.
Randomnumbers can be viewed in results window, if the action is reusable.
My doubt is, when action is not reusable one, how to save those values? if so, how to do that....
Thanks in Advance.
Srivani
Can any one please tell me, how to save the random numbers in a runtime data table.
Is it possible to do so??
My sample program is,
Code:
For i = 1 to 10
var = RandomNumber(0,50)
msgbox var,,RandomNumbers_are
Next
in a message box a random number will be displayed.
Randomnumbers can be viewed in results window, if the action is reusable.
My doubt is, when action is not reusable one, how to save those values? if so, how to do that....
Thanks in Advance.
Srivani