What is string concatenation function in VBScript?
Answer Posted / saimahesh babu
& operator and +
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
What is select case statement?
Explain the filter expression?
What is the event handling in vbscript?
How to create a function in vbscript?
Mention what is the main difference between function and sub-procedure?
Explain sga memory structures?
i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click
What are class events?
We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?
What are the special sub-types in vbscript?
How will you get the exponent of the given number in vbscript?
PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com
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 ?
Difference between dim,public and private variables in vb script?
How are comments handled in the vbscript language?