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)
Answer Posted / sadashivbyagi
using dynamic array
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the 2 ways to pass a value to the function?
what do you mean .ota mobile format
What are the differences between sub procedures and function procedures?
How will you get the last occurrence of one string within another string using vbscript?
How will you get the octal value of the given number in vbscript?
How to write VB script for login module?
I have an excel sheet with multiple ID's in a column. Now i need fetch those ID's in an application and check whether if it already exist in the DB. If not then i have to go with the process of inserting them in the DB. If it exists then i need to skip that ID and move to the next ID and check the same and proceed. How can i do that with for loop and if condition?
Explain about scrrun.dll?
what is the differance between BYVAL,BYREF?
How to pass argument by reference to a function in vbscript?
How strcomp function works?
If else for do while select in vb script?
Explain about tristate constants?
Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?
Which function allows you to instantiate an object given its programmatic identifier or progid?