Quality is delighting customers
Can anyone help to write a code in VB scripting?
Tags:
Permalink Reply by kotla lakshmi kanth reddy on July 31, 2012 at 5:54pm To reverse the characters
x=strReverse("These is a song")
msgbox x
To replace the character
x=Replace("This is a song ","a","ain't")
msgbox x
Permalink Reply by durga on August 1, 2012 at 6:54pm Thanks for reply.But i need the code without using replace function
Permalink Reply by srinivasa reddy on August 18, 2012 at 8:46pm to replace the character without using replace function
str="this is srinu"
a=split(str,"is")
join(a,"yes")
o/p:this yes srinu
Permalink Reply by Shawn LoPorto on August 3, 2012 at 7:02pm Can you provide more detail? Your request is too generic. What do you mean by "reverse" and you say "replace the character" - with what?
Director - Head of Global Test Center at Barclays
© 2013 Created by Quality Testing.