what is split function?Give me the syntax?

Answers were Sorted based on User's Feedback



what is split function?Give me the syntax?..

Answer / 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

what is split function?Give me the syntax?..

Answer / jagadesh

Split function is used to split the data

Ex:Change the date formate from DD/MM/YYYY to MM/DD/YYYY
using Split Function

Date = DD/MM/YYYY
Split(Date,arr,"/")
(Now the valuse are arr[0]= DD arr[1] = MM arr[2] = YYYY)

Date1 = arr[1]& "/" & arr [0] & "/" & arr[2]
(now Date1 = MM/DD/YYYY)

Is This Answer Correct ?    1 Yes 0 No

what is split function?Give me the syntax?..

Answer / 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

More WinRunner Interview Questions

What is Analog Recording?

2 Answers   Second Foundation,


what is automation life cycle?

2 Answers   EDS,


wat is the d/b windows 95&98&xp?could anybody give reply ?

0 Answers   CybAge, Semcom,


How does WinRunner recognize objects on the application?

3 Answers  


what is the extension of the gui expected results file?

1 Answers   FCG,






Explain in detail the parameterization steps in DDT?

1 Answers  


plese tell me about vss?

3 Answers  


If the object does not have a name then what will be the logical name?

1 Answers  


Data is there in two excel sheets .. how ur going to retrive the data in winrunner thru script.. write down the script?

3 Answers   AZTEC,


What are the different kinds of testings done by WR

1 Answers  


what sould come under "tell about ur self"? need tempelate

3 Answers  


Tell US the Short key to open the dialogs of windows.

1 Answers  


Categories