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
Which data type/types are supported by vbscript language and what are their specialties?
What is the difference between function and procedure?
how does vb script help in web page designing? explain with example.
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).
1) How can we use VB script in testing the application? 2) What all are the things(Software application to be installed in PC) we need to learn VBscript?
How will you get the natural logarithm of the given number in vbscript?
What is sql loader? Explain the files used by sql loader to load file?
how to write a vb script in QTP for yahoo registration form, i want to check the performance also like performance test, stress, load test like that.
What is vbscript?
Hi, Can anyone please send me vb script examples to practice vb and also material to learn vb scripting in QTP? my email id : hareen_11@yahoo.com
How to Import data from a file (file is on the desktop) to the data table
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?
Hello Guys, If any body looking for "worksoft certify tool training in bangalore", please contact me aimansaud@gmail.com
Explain about constants in vb script?
What are the special sub-types in vbscript?