Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Deal All,
Recently i face one interview question in one company.
str="test12@#3456"

In This i want to print like special character and numeric ,word in one script

please tell me how to write the code for this

Thanks
Balaji

Answer Posted / pushkar1206

a="pushkar12@dh"
b=len(a)
For i=1 to b
c=mid(a,i,1)
If isnumeric(c) Then
d=d&c
elseif asc(c)>64 and asc(c)<123 then
e=e&c
else
f=f&c
end if
Next
msgbox d
msgbox e
msgbox f

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different recording modes and how do they work?

1135


how to test Web application using QTP software

1838


Explain different types of checkpoints?

1063


How do you configure QTP AND Test director?

1996


explain how to write vb script in qtp?when will you write own script?

2363


What is the syntax to call one script from another?

1094


how can i call function (which has link with excell sheet at a remote location) within another function

2066


What is the use of Debug Viewer?

1989


hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]

2032


What is business process testing(bpt) in qtp?

1197


How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?

4709


Analyzing the checpoint results?

1087


Explain different type of event trigger option.

1024


what are the utilities and drivers

2422


What environment does qtp run in?

1208