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...

plz give ans to this in vb script........

"krishna radha"
i want to print this string
"Radha Krishna" like this

Answer Posted / lak

str="krishna radha"

a=left(str,7)
c=Replace(a,"k","K")
b=right(str,5)
d=Replace(b,"r","R")


msgbox d&" "&c

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the rules to name variable in vbscript?

1138


How to write VB script for login module?

3238


Explain about .wsf files?

1229


What is the difference between vbscript and vba?

1187


what is the features of visual basic?

2229


How will you get the octal value of the given number in vbscript?

1025


How do i automate a website www.flyashx.com without having any test cases witin a week time.

1982


What is the use of option explicit in vbscript?

1043


What is the difference between function and procedure?

1310


Why to use option explicit in vb script?

1099


Explain about arrays in vb script?

1122


what is used of Property........End Property loop ? how to write the script for it?

2332


Mention how you can call vbscript functions?

1187


how to write codings in QTP using vb script. please help me. i am new to QTP. it is easy or very much tough. please tell me

14350


how to write validation function for date in vb script

2683