What is string concatenation function in VBScript?
Answers were Sorted based on User's Feedback
Answer / manohar
Join function also we can use. and & operator, + operator.
| Is This Answer Correct ? | 3 Yes | 0 No |
What is the use of the instr function?
What is the output of a + b in vbscript if a = 5 and b = 10?
What is Querystring collection?
How will you get the exponent of the given number in vbscript?
Mention what is select case statement?
What are the disadvantages of vbscript?
Mention what is byref and byval parameters in vbscript?
What are subprocedures in vbscript?
Which operator is used to concatenate the 2 values in the vbscript language?
The function template cocept is implemented in vb.net is ???
write a vb script to display factorial of a number using function
this q asked in applabs, q is: QTP should open google.com page and enter "qtp" in one edit(search) box and click search and should open google.com again and enter "job" in edit(search) box and click on search. I tried this but getting error "Edit(search) box matches more than one object", could anyone this question plz..