Joined
Last Seen
-6 Reputation Points
- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 2
- Posts with Downvotes
- 1
- Downvoting Members
- 2
0 Endorsements
Ranked #107.66K
1 Posted Topic
Function Sort2DimArray(SA As Array, sc0 As Integer, Optional sc1 As Integer = -1, Optional sc2 As Integer = -1) 'SA Array to sort sc0,sc1,sc2 Cols to sort Dim cols As Integer = SA.GetLength(1) - 1 Dim rows As Integer = SA.GetLength(0) - 1 Dim na(rows, cols) As String Dim a(rows) …
The End.
randysoft1