I have table, that I am sorting to by several keys(zip+recnum+..), but when I using commands like "replace next 20...", it applies those changes to the records from initial order before sort.
So I came up with workaround- saving those tables to txt files after sorting and reopening them again from those files, but it drastically slows processing time.
Does anyone know any better way of doing it?
So I came up with workaround- saving those tables to txt files after sorting and reopening them again from those files, but it drastically slows processing time.
Does anyone know any better way of doing it?