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 |
Write a program to print all lines that contains a word either “testing” or “qtp”
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
what is the use of Data base check point ?
How can I access an object in another frame?
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
Hi, Anybody could tell me What is the script for Reverse of Given number. Ex:236--632. Thanks in Advance..
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
What is the main difference between function and sub-procedure?
how to check whether link is disabled in QTP??
i need to sort the data using qtp script for this how i need to write a qtp script
How do display output message without using msgbox function?
What variable can you use to share info across the whole application for one user?