str="character/share/bangalore/chennai/trap"
arr=split(str, "/")
str=""
For i=0 to ubound(arr)
    arr(i)=strreverse(arr(i))
    str=str&arr(i)&"/"
Next
msgbox left(str,len(str)-1)


On Mon, Oct 28, 2013 at 3:21 PM, Venkat Kandula
<[email protected]>wrote:

> Hi Friends,
>
> How to print the each word of string in Reverse order using vb scripting.
>
> str="character/share/bangalore/chennai/trap"
>
> Thanks,
> Venkat
>
> --
> --
> 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/groups/opt_out.
>

-- 
-- 
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/groups/opt_out.

Reply via email to