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?
What is the purpose of gui map configuration?
What are the modes of script recording in winrunner ?
What is a checkpoint and what are different types of checkpoints?
What is the XML test cases creation?
What is debug mode in Winrunner?
What is the usage of Test case Design Techniques,in Integration/System Testing?
What is toogle breakpoints? How does it differ from break points?
How to integrate automated scripts from testdirector to winrunner scripts?
What is the use of gui map?
supose 10 times text data is there but it will run 8 times whtat will you do.
What is the difference between writing a function and writing a script?
What are the synchronization points?
How do you find an object in an gui map.
What is the difference between gui map and gui map files?