RickSchummer
Programmer
I have the following code:
SET COLLATE TO "MACHINE"
ASORT(laViews,-1,-1,0,1)
The reason for the SET COLLATE is to guarantee the sort order is case sensative no matter what. On my machine the information in laViews is sorted fine. On another developer's machine it is not sorted at all. At first I did not have the SET COLLATE and thought the other developer had it set to GENERAL which is not case sensative in sorting.
Anyone know of the other setting which can affect the ASORT() function?
_RAS
Shedding Some Light (blog)
VFP MVP
SET COLLATE TO "MACHINE"
ASORT(laViews,-1,-1,0,1)
The reason for the SET COLLATE is to guarantee the sort order is case sensative no matter what. On my machine the information in laViews is sorted fine. On another developer's machine it is not sorted at all. At first I did not have the SET COLLATE and thought the other developer had it set to GENERAL which is not case sensative in sorting.
Anyone know of the other setting which can affect the ASORT() function?
_RAS
Shedding Some Light (blog)
VFP MVP