about vb scripting programs
this type of all question& answers
No Answer is Posted For this Question
Be the First to Post Answer
Explain different types of segment?
What if you do not specify anything when you call a procedure?
Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.
How to assign a numeric value to a variable?
write a vb script to display the code "vbscripting" alphabet by alphabet(i e 1st v then b and up to g)
Explain the support of asp for vb script functionality?
How to write Descriptive programming in .VBS file i wrote this code but it is giving error.. Dim qtApp set qtApp=createobject("QuickTest.Application") qtApp.Launch qtApp.Visible=True Set objIE = CreateObject("InternetExplorer.Application") objIE.visible = True objIE.Navigate "www.gmail.com" browser("title:=gmail").title("title:=gmail")
What is sql loader? Explain the files used by sql loader to load file?
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?
what is diff b/n these 2 programs 1) for i=5 to 1 step 2 msgbox "pass" next 2_) for i=5 to 1 step -2 msgbox "pass" next
input values to accept 2 numbers & print the product, difference and sum using switch case
How are values assigned to string type and numeric type variables?