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 information is contained in the checklist file and in which file expected results are stored?
What is the use of gui map and what happens when the gui map file get loaded?
What is a checkpoint and what are different types of checkpoints?
How do you clear a gui map files?
What do you mean by the logical name of the object.
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
Which function to use to compare the application date with system date?
What are the modes of script recording in winrunner ?
What is the purpose of regexp_msw_class property?
What are the virtual objects and how do you learn them?
What is the purpose of different record methods?
What is the purpose of set_window command?
what is the use of generate script that is avaliable 3 places(file settings, tools, object identification)
How to break infinite loop?
What is the purpose of regexp_label property?