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 the use of virtual object wizard and how it is used?
The title of the window consists of date and time.What is the regular expression to recognize the window as unique?
What is the purpose of gui spy?
descriptive program for web application.
Explain difference between winrunner and test director?
How to do text matching?
How to get the resolution settings?
How do you execute your tests from windows run command?
How do you find an object in an gui map.
What in contained in the GUI map?
Name the three modes of running the scripts?
when start testing
you hae a inbox and got a mail how can you know it is there or not write script.
What is the extension of gui map file?
Write test scripts on a scenario where you have to transfer data from one table to another.