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 do text matching?
How to test Fonts and its size thru "Font Expert" in Win Runner.
How to break infinite loop?
How do you filter the objects in the gui map?
What is contained in the test scripts?
What are the synchronization points?
What do you verify with the gui checkpoint for single property and what command it generates, explain syntax?
Name the different modes of recording?
What is the purpose of regexp_label property?
Define parameterizing?
hi this is uday iam trying for testing job with 3+ yrs of exp if u have qtp faqs materil plz send me thanks in advance
What do you verify with the database check point custom and what command it generates, explain syntax?
How do you handle dynamically changing area of the window in the bitmap checkpoints?
When it is appropriate to change physical description?
What is parameterizing?