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
<List variable>.InfoRetrieves the characteristics of a WLanguage list: types of elements and number of elements.
<Queue variable>.DequeueDequeues an element from a queue.
<Queue variable>.EnqueueEnqueues an element into a queue.
<Queue variable>.InfoRetrieves the characteristics of a queue: types of elements and number of elements.
<Stack variable>.InfoRetrieves the characteristics of a stack: types of elements and number of elements.
<Stack variable>.PopPops an element from a stack.
<Stack variable>.PushPushes an element into a stack.
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help