What is the difference between do until loop and do while loop?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about the support of asp for vb script functionality?
What is the use of option explicit statement?
Which in-built function related to an array joins substrings into one string in the vbscript language?
write a vb script to display first 5 odd numbers from 1 to 100
How to Import data from a file (file is on the desktop) to the data table
Mention characteristics of sub procedures?
How will you check that a variable is an array in vbscript?
if there is any string in a given format like as "company name employeecode date" then we have to fetch employeecode form string for ex-string is "capgemini12345june2013" then we have to fetch 12345 by using vb script so guys how can we do that please reply it.
What are the environments supported by vbscript language?
how to write vb script code for login gmail page by using notepad and how to run script in notepad
Both Static and dynamic arrays are handled by VB script. Is it true?
Set srchobj=Description.Create() srchobj("type").value="text" srchobj("name").value="q" srchobj("html tag").value="input" browser("micclass:=google").Page("micclass:=google").webedit (srchobj).Set "qtp" what's wrong in my code pls tell me ? the above code working fine and i got my result pass,now i am trying to run the program it shows general run time error why?pls help me i am in learning stage ?