ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Queue, stack, list and array functions / Queue, stack and list functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The following functions are used to manage the Queue, Stack and List types:
DequeueDequeues an element from a queue.
EnqueueEnqueues an element into a queue.
ListInfoRetrieves the characteristics of a WLanguage list: types of elements and number of elements.
PopPops an element from a stack.
PushPushes an element into a stack.
QueueInfoRetrieves the characteristics of a queue: types of elements and number of elements.
StackInfoRetrieves the characteristics of a stack: types of elements and number of elements.
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 12/21/2023

Send a report | Local help