ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

  • Example: Sorting an array of gglCalendar
ArraySort (Example)
Example: Sorting an array of gglCalendar
WINDEVWEBDEV - Server codeReports and QueriesWindowsUser code (UMC) 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