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
What are the rules to name variable in vbscript?
How to write VB script for login module?
Explain about .wsf files?
What is the difference between vbscript and vba?
what is the features of visual basic?
How will you get the octal value of the given number in vbscript?
How do i automate a website www.flyashx.com without having any test cases witin a week time.
What is the use of option explicit in vbscript?
What is the difference between function and procedure?
Why to use option explicit in vb script?
Explain about arrays in vb script?
what is used of Property........End Property loop ? how to write the script for it?
Mention how you can call vbscript functions?
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
how to write validation function for date in vb script