for ascending order.
For I = 0 to ubound (array) -1
For j = I + 1 to ubound (array)
If array(i) > array(j) then
Temp = array(i)
Array(i) = array(j)
Array(j) = temp
Next
Next
I hope I clears you doubt up to some extend
Regards,
Lalit Aggarwal
9900329906
--
--
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 Mercu...@googlegroups.com
To unsubscribe from this group, send email to
MercuryQTP+...@googlegroups.com
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 mercuryqtp+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.