kumarangopi
Member
- Joined
- Apr 12, 2008
- Messages
- 14
- Programming Experience
- Beginner
I have declared a structure
Structure student
Dim sname As String
Dim sage As Integer
End Structure
1.I want to sort it on sage field
2.I want to find maximum sage in the structure and display the records matching maximum sage.
Any ideas?Thanks in advance
Structure student
Dim sname As String
Dim sage As Integer
End Structure
1.I want to sort it on sage field
2.I want to find maximum sage in the structure and display the records matching maximum sage.
Any ideas?Thanks in advance