datagrid Sort Descending , Ascending

steele2012

Member
Licensed User
Longtime User
Hi Guys can you help me out (new one) :sign0104:

I need the datagrid columns to Descending on debug

Thanks
 

steele2012

Member
Licensed User
Longtime User
Hi Erel thanks mate for replying

Im building a lotto system what i have done is saved the data to the phone
and on debug the data is printed to datagrid

the problem im havin is to sort the top numbers out so 1st top number is in GetView(0, 1)
2nd top GetView(1, 1)

ect


EditText1.text=GetView(0, 1).Text
EditText2.text=GetView(1, 1).Text
EditText3.text=GetView(2, 1).Text
EditText4.text=GetView(3, 1).Text
EditText5.text=GetView(4, 1).Text
EditText6.text=GetView(5, 1).Text


Thanks
 
Upvote 0
Top