Array Sort WIL Extender
Keywords: Array Sort WIL Extender descending ascending
Question:
Sometimes I want to arrayize an itemlist into a 1-dim array ... but reversed.To reverse the list by for next loop is rather time consumpting. Is there a possibility to upgrade the Arrayize function to transform a given list reversed?
aArray = Arrayize(sItemList,sDelimiter,iDirection)with iDirection = 0 (normal/LR) .. 1 (reversed/RL)Answer:
I posted an extender a few months ago that included an array sort. Here's a new version that has a DESCENDING option added to the sort.Download Arrayx.zip
Article ID: W15105