Sort: Ascending
<% max=ubound(MyArray) For i=0 to max Response.write ("The sorted values are those ones: <BR>") For i=0 to max |
The sorted values are these ones: |
Sort: Descending
<% max=ubound(MyArray) For i=0 to max Response.write ("The sorted values are these ones: <BR>") For i=0 to max |
The sorted values are these ones: |