i have string "I LIKE INDIA"..how to i get LIKE from the
sting..
Answers were Sorted based on User's Feedback
Answer / kk reddy
str="I LIKE INDIA"
var=mid(str,3,4)
msgbox var
| Is This Answer Correct ? | 17 Yes | 2 No |
Answer / 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 |
Answer / tanuj mohanty
str="I LIKE INDIA"
x=split(str," ")
print x(1)
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / rajendra nethala
str="I LIKE INDIA"
str=Split(1,str," ")
MsgBox Str(1)
| Is This Answer Correct ? | 7 Yes | 3 No |
Explain me in deatail about DATADRIVEN framework including scripts ?(realtimes plz)(Chandana)
What is throw Object?
tell me QTP standards ?plz
i want click on a link which is in 3rd row and 2nd column of a web table.write script to execute
diff between qtp versions from 8.5
wat are views in qtp explain
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
How to add a runtime parameter to a data sheet?
What is data driver in qtp?
Hi. plz expalin abouit SetToProperty, SetRoProperty, GetToProperty, GetRoProperty,GetToPrperties. with examples.
what is the defference between QTP 8.2 and 9.0and 9.2? plz tell me
What are output values and why they are used ?