use below code to get string reverse Dim yourstr,r,letter,result yourstr="ravi" Set r=new regexp r.pattern="[a-z 0-9 A-Z]" r.global=true set s=r.execute(yourstr)
For each i in s result= i.value&result Next On Fri, Dec 14, 2012 at 5:30 PM, Veeranji Tirupati <[email protected] > wrote: > Nani is correct > > On Saturday, August 29, 2009 1:00:55 PM UTC+5:30, [email protected]: >> >> Roman, >> >> No . I coulnt get the Logic of the Code. >> >> regards >> >> On Sat, Aug 29, 2009 at 6:41 AM, Roman Zilber <[email protected]> wrote: >> >>> swetha, >>> >>> Do you understand what you are asking? >>> >>> Roman >>> >>> On Fri, Aug 28, 2009 at 7:20 AM, swetha4qtp delhi <[email protected]>wrote: >>> >>>> Hello Group, >>>> >>>> How can we Write code to reverse a string without using Vb functions. >>>> Is there any possibility of doing it with QTP Inbuild functions. >>>> >>>> >>>> regards >>>> >>>> swetha >>>> >>>> >>>> >>> >>> >>> >> -- > You received this message because you are subscribed to the Google > "QTP - HP Quick Test Professional - Automated Software Testing" > group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/MercuryQTP?hl=en > -- You received this message because you are subscribed to the Google "QTP - HP Quick Test Professional - Automated Software Testing" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/MercuryQTP?hl=en
