Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is split function?Give me the syntax?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to integrate automated scripts from testdirector to winrunner scripts?

1222


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

2137


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

1133


What is toogle breakpoints? How does it differ from break points?

2443


Explain difference between winrunner and test director?

1214


Name the different modes of recording?

1054


What are the different modes of recording in winrunner?

1167


Explain the purpose of gui spy?

1159


what is risk?

2648


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

1985


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.

2209


What Framework is suitable to validate the Login screen.

2562


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

2380


what is the use of generate script that is avaliable 3 places(file settings, tools, object identification)

2559


How do you unload the GUI map?

1313