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 |
Which operator is used to concatenate the 2 values in the vbscript language?
I want to import the sheet from the Excel to the Datatable using VB Script. I used the Syntax as 'Datatable.ImportSheet "Filename","SourceSheet","Destinat ionSheet" Ex: Datatable.ImportSheet "D:\Data1.xls","Sheet1","Global" Qtp producing run time error,How I can solve the problem
What is the difference between function and procedure?
int a=4857 i need output as 7584.without using any inbuild function?
What is the use of the instr function?
To get data from table which method will be used in QTP
What are class variables?
How do you declare a variable in vbscript?
How to get the length of the string by making use of the string function?
How to pass the parameter from one function to another function in VB Scripting?
Explain what is loose binding? Why is it not a good practice to use it?
Can anyone send me a vb script function for verifying the functionality of active links on a web page