what is split function?Give me the syntax?
Answer Posted / guest
Split function will split the String expression accoring to
the split seperator that u mentioned..
For Ex: uname="suresh babu";
count=split(uname,arr1," ");
if u used that functin it will split the string into
two elements namely suresh and babu and store in the arr1
i.e arr1[]="suresh";
arr2[]="babu";
and count variable consists of number of elements in the
array.
Any further info..welcome..
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
what is the difference between toggle checkpoint and checkpoint?
What is the purpose of regexp_label property and regexp_msw_class property?
What is the purpose of gui map configuration?
Why don’t we normally load the gui maps through start up scripts?
What is the XML test cases creation?
How do you handle unexpected events and errors?
what is qtp licence
What is the purpose of a gui spy?
Explain the use of test director software?
What is the use of gui map and what happens when gui map file get loaded?
Welcome link is dynamic. How do you handle? What is your approach and write script.plz send answer
what is mean by release in quality center and who will perfom?
What is the usage of Test case Design Techniques,in Integration/System Testing?
When do you feel you need to modify the logical name?
What are the synchronization points?