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

Explain the purpose of gui map configuration?

607


What is the purpose of different record methods?

646


What all are the different databases winrunner can support?

1466


How do you identify which files are loaded in the gui map?

617


Without the gui map, use the phy desc directly?

592






plz give me code or steps for pop up exception. or can u tell me how to pause test run for defining handler function?

2056


Name the different modes of recording?

547


How do you handle unexpected events and errors?

594


what is the difference between toggle checkpoint and checkpoint?

4232


I want to do smoke test in my application but i have learnt the application before recording but im getting an error class name not found while running the script.I want to check each links and each text in my application. Can anybody answer my quesion plz.If it is possible i want test script for Yahoo login form with "New User" Login.

1628


How do you load GUI map?

685


Which function to use to compare the application date with system date?

1455


What are the reasons that winrunner fails to identify gui object?

575


How to force wr to learn the sub-items on a menu?

535


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

1801