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 |
after medical test,when will be the police verification
How will you convert a string to lower case string using vbscript?
write a Vb script to find a whther a selected drive exits.
How many types of procedures are available in the vbscript language?
Explain different types of segment?
Explain few date functions in vbscript?
Difference between Do while loop and while wend loop
Can anyone send me a vb script function for verifying the functionality of active links on a web page
Hello Guys, If any body looking for "worksoft certify tool training in bangalore", please contact me aimansaud@gmail.com
What is the purpose of regexp object in vbscript?
1. How do declare public variable in vb scripts?
A folder is there inside no of textfiles are avilable. How do count the textfiles. Normally folder means we are using subfolder methods but textfiles is not working for subfolder methods and how do get file name also.