Can anybody code this problem for me in VB script -
Create an array of 4 elements, increase its size to 7
elements and then find out which of the elements are prime
(use functions)
Answers were Sorted based on User's Feedback
Answer / sadashivbyagi
we should use the dynamic array to resize the array then we
can change the size of the array
Is This Answer Correct ? | 2 Yes | 0 No |
Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?
What are the advantages of vbscript?
How to generate 3 digit random number?
. Program for sorting of numbers in vb script?
compare the string without using stringcomp function?
How to scroll down a page while recording in qtp. suggest me any method apart from low level recording.
Consider there are objects in a webapp which are identified by QTP. Suppose you know only the logical name of a object(absolutely nothing else about it). Which approach will you take to find the "micClass" of the object(You can't use Object Spy, or can't add the object in repository)?
Diff between web table ,datatable and data base (QTP)
What are class variables?
Which is the default Data types in VBScript?
How to get 120 using 5 zeroes, you can use any operator(+, *, /...) in qtp.
Hi, I need to accept user inputs for login at runtime.I know i can use Inputbox but how to proceed further that i dont know. Thanks in advance