what is split function?Give me the syntax?
Answer Posted / udaykumar
The syntax is incorrect, it does not return any value,
means the no. of values in the array. It simply stores in
the array.
Example:
str="Hello uday how r u"
split(str,arr," ");
Here arr[0]="Hello",arr[1]="uday",arr[2]="how",arr[3]
="r",arr[4]="u"
Simply to say it divide like, whenever a space found in the
string
"Hello|uday|how|r|u"
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
what is qtp licence
How do you execute your tests from windows run command?
i would like to know the steps to write tsl exception and object exception with a simple example
Can anybody Explain me about the liasing with the developers,and a tester can make a test plan well?plz explain me as soon as possible ,thanx in advance.
Could you anyone share me the path to download the automation tools which are having trial license version?
How to get the resolution settings?
Why don’t we normally load the gui maps through start up scripts?
This Is Sekar, Can Any One Of You Help Me? Question: How To Draw Charts In Excel Sheet Using Winrunner Scripts. Thanks, Sekar.
what is the use of generate script that is avaliable 3 places(file settings, tools, object identification)
What is the purpose of regexp_label property?
What is the use of test director testing tool?
How do you handle dynamically changing area of the window in the bitmap checkpoints?
two file is there how will compate it by useing qtp.
How to do text matching?
Are there any suitable free tools to conduct performance test on a php web application?Manual or automation which is preferable for such kind of application? please answer ASAP