Hey Parke,

Thanks for the reply. What I want to know is whether the keys added to the
dictionary object are stored in ascending order or not..? Just like a real
time Dictionary. Is there any direct way to sort an array of strings using
Dictionary object..?

Will the arraylist work if there are duplicate elements in the array.

Regards,
Suman Ch


On Wed, Nov 6, 2013 at 10:48 PM, Parke <[email protected]> wrote:

> Suman:
>
> If you needed to sort keys then you could use a SortedList using
> Dotnetfactory.
> question 1:
>    Is there any chance your values are unique?
> question 2:
>    We could export your values into an ArrayList and sort.  Do you still
> need the connection between the value and key?
> If yes, could try exporting value &":;"&key into an ArrayList and sort.
> The key would still be "associated" with the value and be pulled out by
> using the split function.
>
>
> hth,
>
> Parke
>
>
> --
> --
> 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