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
Explain the difference between gui map and gui map files?
What is the use of gui map and what happens when gui map file get loaded?
What different actions are performed by find and show button?
How do you make the configuration and mappings permanent?
How do you filter the objects in the gui map?
Have you used winrunner in your project?
How should we write and execute a user define function using WinRunner.
What are the virtual objects and how do you learn them?
by useing qtp where the maximum people feeling difficult
How do you execute your tests from windows run command?
What are the platforms that WinRunner can be used?
How to test Fonts and its size thru "Font Expert" in Win Runner.
Where did you learn winrunner and testdirector?
Without the gui map, use the phy desc directly?
Explain the purpose of different record methods?