WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Sort

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

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
File Created: 2017:08:29:11:37:14
Last Updated: 2017:08:29:11:37:14