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 force wr to learn the sub-items on a menu?
How to do text matching?
What is the purpose of the temp GUI map file?
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 are the modes of script recording in winrunner ?
when start testing
Name the three modes of running the scripts?
How to break infinite loop?
descriptive program for web application.
How do you find an object in an gui map.
How do you clear a gui map files?
Difference between winrunner and test director?
How to test Fonts and its size thru "Font Expert" in Win Runner.
How do you call windows APIs, explain with an example?
Explain the purpose of loading winrunner add-ins?