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 |
Explain How do you create a recordset object in vbscript?
Is VBscript case-sensitive?
Here in my automation tool, i am retreiving some values and i need to store this values in the excel. How can i achieve this?. We are using VBA as scripting language. please let me know if you require any further inputs.
What is the purpose of regexp object in vbscript?
What is the use of option explicit statement?
write a vb script to display the reverse of vbs
what is diff between static and dynaic arrys?
I need help to write a function in vbscript to click on a link. That link looks like a tab. There are 6 tabs. When I click on 1 tab it should show as "on". when I spy the class property is on. But for the one which is not clicked the class property is blank. I have objects created in our custom object repository. Please give me some idea.
Explain about constants in vb script?
a function that takes an integer array as an argument and returns the largest value in the array. Use the function in a program
How will you generate Reports using Vb Script?it asked in testing(QTP)Interview.Plz Any Body Let me know. Thanks uday Uday_testing@yahoo.co.in
Does VB/Win make standalone .EXE files?