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

Why don’t we normally load the gui maps through start up scripts?

834


What is the purpose of gui map configuration?

841


What are the modes of script recording in winrunner ?

848


What is a checkpoint and what are different types of checkpoints?

945


What is the XML test cases creation?

2456


What is debug mode in Winrunner?

1934


What is the usage of Test case Design Techniques,in Integration/System Testing?

2230


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

2049


How to integrate automated scripts from testdirector to winrunner scripts?

921


What is the use of gui map?

852


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

1824


What is the difference between writing a function and writing a script?

1027


What are the synchronization points?

874


How do you find an object in an gui map.

983


What is the difference between gui map and gui map files?

811