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
Explain about .wsf files?
What is the purpose of the err object in the vbscript language?
Explain the constants in vbscript?
How will you convert a string to upper case string using vbscript?
How to pass argument by reference to a function in vbscript?
How will you get the largest subscript of an array in vbscript?
How to create a function in vbscript?
What is select case statement?
In what way program "hello world" you can write in vbscript?
why variable name should not exceed 255 characters?
Can anyone send me a vb script function for verifying the functionality of active links on a web page
In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?
How can you create a file object to work with the files in the vbscript language?
hi all, i had a question, that how to find out hiding a coloumn in a table i had a table having the following column names NAME DESCRIPTION CREATED TIME CREATED USER if i right clicked on a NAME column it will displays a menu having the same column names in a list like NAME DESCRIPTION CREATED TIME CREATED USER with check boxes.if i unched any check box, that column name should not be appear in the main table column names could anyone please solve this problem?
What is the difference between do until loop and do while loop?