when you use For Loop, While..do, do..while? at what
situations which loop will use.
Answer / satyanj
"For" loop can be used when the range of the iteration is
known. For ex: For i = 1 to 100....
"While..do" or "do..While" can be used when, the scenario
should satisfy the condition.
For Ex: While (<Condition>)...
| Is This Answer Correct ? | 1 Yes | 0 No |
Explain about arrays in vb script?
What are the differences between Visual Basic, VBA and VBScript? When would it be appropriate to use one as opposed to another?
What are class variables?
Mention what is the main difference between function and sub-procedure?
Which operator is used for fetching the modulus of the 2 numbers in the vbscript language?
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)
Explain the functionality of vbscript?
write a vb script to display the reverse of vbs
Develop a parameterized action that accomplishes the following a. Launch a browser of users choice ( example : IE, chrome etc) b. Open up a search engine (Google, Bing etc) c. Perform a search d. Click a particular link depending on the user’s choice ( 1st , 2nd or third link)
Plzzzzzzz can any one tell me which is the best institute in hyderabad for learing VBScript. plz do answer guys its urgent plzzzzzzz. thanks in advance.
How can I write HTML text to the window in VB Script?
write a vb script to generate 3*3 matrix