edited....
it works!!!
after i changed the side
editlog.dateline > post.dateline
original msg:
hi, tomhath, thanks for reply but doesn't seems to work as wanted
or maybe i get the point wrong, which makes you misunderstood what i want,
it is like treating both column as index
and sort by which ever is greater/smaller
example.value: post.dateline=1,3,5,7
example.value: editlog.dateline=2,4,6,8
output.value sorted:
post.dateline 1
editlog.dateline 2
post.dateline 3
editlog.dateline 4
post.dateline 5
editlog.dateline 6
post.dateline 7
editlog.dateline 8