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
Why don’t we normally load the gui maps through start up scripts?
How do you execute your tests from windows run command?
What is debug mode in Winrunner?
What is a checkpoint and what are different types of checkpoints?
What is test parameter
How do you handle unexpected events and errors?
soft key for virtual object wizard ?
How to check the background colour of the screen in WR?
What is the difference between writing a function and writing a script?
What is the difference between gui map and gui map files?
what is risk?
How to break infinite loop?
What all are the different databases winrunner can support?
when start testing
What is the purpose of set_window command?