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 is byref and byval parameters in vbscript?
What is the purpose of drive object of scripting.filesystemobject class in vbscript?
Explain about scrrun.dll?
give me any information abou vb script books learn quckly
What are the valid scopes of a variable in vbscript?
can anyone tell me the procedure of interview held in applabs
Explain some uses of vb script?
can anyone send me a vb scripts code for clicking on a link and coming back on home page again does the same for many links on a web page.
What are the rules to name variable in vbscript?
What is the difference between javascript and vbscript?
Can anyone send me a vb script function for verifying the functionality of active links on a web page
Explain the functionality of vbscript?
what is resorceallocation
Write a Program to add 2 numbers without using operators (+,-) and without using third variable. Note: Use VBScript only Hint: You can use other operators like '/' & '*'(Division & Multiplication)
What is the purpose of on error resume next statement?