i have string "I LIKE INDIA"..how to i get LIKE from the
sting..
Answer Posted / ramana vanteru
I want to add some more info to KK's ans, we can use
Mid Function
Returns a specified number of characters from a string.
Mid(string, start[, length])
Arguments
str="I LIKE INDIA"
var=mid(str,3,4)
msgbox var
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Suggest and Define a solution for an application whose objects are not recognized by UFT?
In qtp, how you can remove the spaces from string?
can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.
How many ways we can parameterize data in quicktest professional (qtp)?
What is QTP’s model for test creation?
How do you create new test sets in td?
Hi, my requirement is to make a query in SQL using QTP. And i have to get the results of that query and i have to use those results for future testing. I created a driver but i dont know the code for using this Driver. please help me by providing the solution for y requorement
How will you declare a variable in qtp?
Define Environment Variable in UFT and its uses?
Explain advantages and disadvantages kdf?
Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
What are the features supported by UFT?
How to test fly out menu in qtp?
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?