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


Please Help Members By Posting Answers For Below Questions

Have you ever created a start-up script?

925


what is the testing high level architecture

2613


What is the use of test director testing tool?

918


How do you call windows APIs, explain with an example?

1783


Difference between winrunner and test director?

925


How do you modify the logical name or the physical description of the objects in gui map?

903


How do you clear a gui map files?

898


Dear all i am new to testing my company using vb.net and we are developing web based application. How i can test those application with winrunner if any one have some good tutorial or link kindly provide thanks u.

1817


Could you anyone share me the path to download the automation tools which are having trial license version?

1881


How do you copy and move objects between different gui map files?

885


What is the purpose of different record methods?

935


supose 10 times text data is there but it will run 8 times whtat will you do.

1839


How to to get the information from the status bar without doing any activity/click on the hyperlink?

833


How to get the resolution settings?

826


How do you find out which is the start up file in winrunner?

861