plz give ans to this in vb script........
"krishna radha"
i want to print this string
"Radha Krishna" like this
Answer Posted / ddpras
str="krishna radha"
A=Split(str," ")
Fstring=A(0)
Lstring=A(1)
sLString=replace(Lstring,"r","R")
sFString=replace(Fstring,"k","K")
Rstring=sLString&" "&sFString
MsgBox Rstring
The above VB Script is exact ans for this question.
| Is This Answer Correct ? | 21 Yes | 0 No |
Post New Answer View All Answers
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?
In what way program "hello world" you can write in vbscript?
What is select case statement?
When to use function procedures and what are its characteristics?
after medical test,when will be the police verification
Explain about the functionality of vb script?
HOw we can apply web service checkpoint in QTP 9.5? I tried it out with net connection also. But not getting success.
What are lbound and ubound in the vbscript language?
Explain about adodb.stream class?
How to Convert Hex color code to color name in VB Script?
Hellow friends, I am learning QTP,but here problem is VB script. please guide me how to learn VB script w.r.t QTP and if you know any books tell me or if you have any materials or any use full material or any else w.r.t QTP please post me p.p.sekhar
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
Explain about scrrun.dll in vbscript?
How to write functions and sub in vb script?
Explain about constants in vb script?