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
PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com
Explain about filter expression?
1) How can we use VB script in testing the application? 2) What all are the things(Software application to be installed in PC) we need to learn VBscript?
Explain the string concatenation function in vbscript?
Mention what is select case statement?
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?
Mention how to access array data?
if u ve resrevation for train and u get a number supose 1234xxxokie.after sucessul entering all required fields. now u put that number in search and want to chk wether these ar same or not if both ar same then its okie otherwise test fail.what would be the vb script code for it to compare these two values of different page.
Which date function is used in the vbscript language to find the difference between the 2 dates?
Mention what are the rules to name variable in vbscript?
Is VB Script Case sensitive or Case insensitive?
How to write VB script for login module?
how to increase the values in text box in a given text box increament by two values by clicking on button
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?
How to create a cookie using vbscript?