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 do you configure gui map?
What are the Win Runner tools for functional testing?
Hi iam a begginer or rather new stsrter to QTP and strugling to start as i have to start writing the automated scripts for the existing manual testing could some one send me some tips ans tricks for a jump start. Any help is greatly appreciated
What do you verify with the database check point custom and what command it generates, explain syntax?
How do you clear a gui map files?
Name the two modes of recording?
What in contained in the GUI map?
What is toogle breakpoints? How does it differ from break points?
How to force wr to learn the sub-items on a menu?
How do you find an object in an gui map.
What is the purpose of a gui spy?
you hae a inbox and got a mail how can you know it is there or not write script.
What do you verify with the sync point for object/window bitmap and what command it generates, explain syntax?
Why don’t we normally load the gui maps through start up scripts?
What are the three modes of running the scripts?