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
Explain the .wsf files?
Explain the asc function?
please can you help me to get a code of flames using a visual basic 6
How strcomp function works?
Can u describe what kind of testing are for OTC derivates by banks.
We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?
What are the properties of regexp object?
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
Which function is used to perform string comparison?
What are the 2 ways to pass a value to the function?
How will you compare two strings in vbscript?
what is the difference between modular and data and keyword driven framework
If a calulator having 3 buttons (of any number)in 3 of them one is not working properly due to which answer is wrong always. write a script to find out which button is not working properly ?
What is byref and byval parameters in vbscript?
Dear All, I am geting below IE error whilie executing the QTP scripts in Batch mode "Internet Explorer has encountered a problem and needs to close. We are sorry for the inconvenience." can any one suggest me how to resolve this issue . Thanks Balaji