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
What are the challenges u faced in testing with crm domain? How u overcome with?
HI Everybody, I am using QTP 9.2, I have a problem and hope everybody help me solve it. Now I need to use mouse wheel event to zoom in or zoom out in web client, but QTP can't catch this event. I look forward helping of everybody. Thank you very much.
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?
What are the different types of recording modes?
What is the use of "New Property" in "Add properties" of testobject properties in object repository. How can i use "New properties" while writing scripts if i have assign some values to the testobject properties Can anyone help me? plz
desribe a situation where u faced a stressful situation and how did u cope with it
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?
What is the expert view?
What are the benefits of quick test pro(qtp)?
How can you write the scripts that operate on different objects depending on run-time information?
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
Does QTP have any limitations?Can it work with all kinds of programming languages like java,springs,ajax ,hybernet?Also does it work well with windows 7.What are its other limitations
What are the views available in quicktest professional?
How to give a call to another action from one action?