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
How to integrate automated scripts from testdirector to winrunner scripts?
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?
What is toogle breakpoints? How does it differ from break points?
Explain difference between winrunner and test director?
Name the different modes of recording?
What are the different modes of recording in winrunner?
Explain the purpose of gui spy?
what is risk?
How to check the background colour of the screen in WR?
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.
What Framework is suitable to validate the Login screen.
wat is the d/b windows 95&98&xp?could anybody give reply ?
what is the use of generate script that is avaliable 3 places(file settings, tools, object identification)
How do you unload the GUI map?