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

What different actions are performed by find and show button?

653


what is the difference between toggle checkpoint and checkpoint?

4251


Name the two modes of recording?

611


What is the XML test cases creation?

2176


How should we write and execute a user define function using WinRunner.

1634






you hae a inbox and got a mail how can you know it is there or not write script.

1559


What are the virtual objects and how do you learn them?

719


How to to get the information from the status bar without doing any activity/click on the hyperlink?

590


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

753


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

1591


Are there any suitable free tools to conduct performance test on a php web application?Manual or automation which is preferable for such kind of application? please answer ASAP

1797


What are different types of checkpoints?

621


What is the use of virtual object wizard and how it is used?

618


What do you verify with the gui checkpoint for single property and what command it generates, explain syntax?

848


How do you modify the logical name or the physical description of the objects in gui map?

649