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
how to acces the remote mechine using vb cript(QTP)
What are the properties of regexp object?
How will you get the exponent of the given number in vbscript?
When are redim statement and preserve keyword used in the vbscript language?
How will you check that a variable is an array in vbscript?
How to find the font in qtp. Scenario:After entering the username and passwd you will be navigate into the "welcome:Username" page.Now I want to extarct font for this message.
Which operator is used to perform the comparison among 2 operands in the vbscript language?
Is vbscript a case-sensitive or case-insensitive?
Explain what is loose binding? Why is it not a good practice to use it?
Hi this is Vinoth. I need a help on below mentioned question A combobox contains list of items assume as 5 I have to get each items Individually and I have to Export to datatable. Please help me on this. Thanks
PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com
How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'
What are the valid scopes of a variable in vbscript?
write any ttest cases using check points and parameterization
Can automation testing find ssame no. of bugs what we can find by manual testing?