ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Queue, stack, list and array functions / Array functions
  • Example: Sorting an array of gglCalendar
ArraySort (Example)
Example: Sorting an array of gglCalendar
WEBDEV - Server codeWindows The following code is used to sort an array of gglCalendar:
MyCalendar is array of gglCalendar
// Sort according to the title
ArraySort(MyCalendar, asMember, "Title")
// Sort according to the title and the update date
ArraySort(MyCalendar, asMember, "-UpdateDate;Title")
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help