Is there a command/function in Rev
to sort an array?
Tried "sort container" and various
combinations of "combine" but nothing
works for me.
Sort an Array?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Sort an Array?
Life is just a bowl of cherries.
Well,
it seems as if you would have to "combine" the array into a list, sort that and "split" the result into an array again...
If you are uncertain about the contents of your array, you may additionally use URLencode and URLdecode - although your code might become inefficient then.
it seems as if you would have to "combine" the array into a list, sort that and "split" the result into an array again...
If you are uncertain about the contents of your array, you may additionally use URLencode and URLdecode - although your code might become inefficient then.
Kind regards,
Andreas Rozek
Andreas Rozek
rozek
Confirms my deduction too but the
"combine" function includes a sort
line...
"sort lines of monthlyReceivables by item 2 of each"
but can't get it to do anything.
Some array functions are available in
RevOnline as LibArrayUtil 1.0 under
user benJam.
It's no longer supported and the
pdf isn't available from the link given
but Ben kindly sent me a copy. If you'd like
it let me know.
Confirms my deduction too but the
"combine" function includes a sort
line...
"sort lines of monthlyReceivables by item 2 of each"
but can't get it to do anything.
Some array functions are available in
RevOnline as LibArrayUtil 1.0 under
user benJam.
It's no longer supported and the
pdf isn't available from the link given
but Ben kindly sent me a copy. If you'd like
it let me know.
Life is just a bowl of cherries.