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

what are the differences you see in e-commerce and banking domain in testing point of view Thanks in Advance

1035


Name the different types of checkpoints?

602


How do you handle pop-up exceptions?

600


How do you filter the objects in the gui map?

679


Name the three modes of running the scripts?

552






How to check the background colour of the screen in WR?

1503


i would like to know the steps to write tsl exception and object exception with a simple example

1681


soft key for virtual object wizard ?

1896


What Framework is suitable to validate the Login screen.

1928


can i get apex technologies interview questions in testing

1836


What are the Win Runner tools for functional testing?

2522


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

1797


What do you verify with the sync point for object/window bitmap and what command it generates, explain syntax?

615


How do you configure gui map?

702


How can withwin runner to make single scripts which supports multiple languages?

610