Normal Topic Sort a string array in reverse order. (Read 13530 times)
NHUser
Full Member
***
Offline



Posts: 320
Location: Amherst, NH
Joined: Aug 2nd, 2010
Sort a string array in reverse order.
Oct 7th, 2020 at 1:47pm
Print Post Print Post  
I'm using the following programming to get a list of files in a directory.  The list is coming through sorted alphabetically.

     directoryList = @LocalListDirectory(vList)

I'd like to have the list sorted in reverse alphabetic order.  Is there a way to do that?

Thanks for your help!


  
Back to top
 
IP Logged
 
Ray the Reaper
Global Moderator
Members
Lantica Support
*****
Offline


The One & The Only

Posts: 2480
Joined: Aug 20th, 2003
Re: Sort a string array in reverse order.
Reply #1 - Oct 7th, 2020 at 2:04pm
Print Post Print Post  
Hi Paul,

@ReverseStringArray() with reverse the order of the String Array

-Ray
  

Raymond Yoxall Consulting
ray.yoxall@gmail.com
ryoxall@lantica.com
Sesame Applications, Design and Support
Back to top
IP Logged