Dim a,b,c,d,i
a=InputBox("Enter string")
b=Len(a)
For i=1 to b
c=Mid(a,i,1)
d=c&d
Next
msgbox d


No Need to use StrReverse here

Thanks,
Ashish gupta
Gurgaon,Haryana


On Fri, Jul 25, 2014 at 9:01 PM, Naga Ganjala <[email protected]>
wrote:

> 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
>
>
> Can u pls any one explain this logic............
>
> --
> --
> 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 Groups
> "QTP - HP Quick Test Professional - Automated Software Testing" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
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 Groups "QTP 
- HP Quick Test Professional - Automated Software Testing" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to