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
Have you ever created a start-up script?
what is the testing high level architecture
What is the use of test director testing tool?
How do you call windows APIs, explain with an example?
Difference between winrunner and test director?
How do you modify the logical name or the physical description of the objects in gui map?
How do you clear a gui map files?
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.
Could you anyone share me the path to download the automation tools which are having trial license version?
How do you copy and move objects between different gui map files?
What is the purpose of different record methods?
supose 10 times text data is there but it will run 8 times whtat will you do.
How to to get the information from the status bar without doing any activity/click on the hyperlink?
How to get the resolution settings?
How do you find out which is the start up file in winrunner?