|
|
|
|
|
|
|
|
|
|
|
|
| Category: Queue, stack and list functions |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Removes an element from the queue. |
|
|
|
|
|
|
|
| Adds an element to the queue. |
|
|
|
|
|
|
|
| Retrieves the characteristics of a queue: types of elements and number of elements. |
|
|
|
|
|
|
|
| Retrieves the characteristics of a stack: types of elements and number of elements. |
|
|
|
|
|
|
|
| Pops an element from a stack. |
|
|
|
|
|
|
|
| Pushes an element onto the stack. |
|
|
|
|
|
|
|
| Removes an element from the queue. |
|
|
|
|
|
|
|
| Adds an element to the queue. |
|
|
|
|
|
|
|
| A List variable is a structured type that is used to group a set of elements of the same type. This variable type is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 4. |
|
|
|
|
|
|
|
| Gets the type and number of elements in a WLanguage list. |
|
|
|
|
|
|
|
| Pops an element from a stack. |
|
|
|
|
|
|
|
| Pushes an element onto the stack. |
|
|
|
|
|
|
|
| List of Queue, Stack and List functions |
|
|
|
|
|
|
|
| List of Queue, Stack and List functions |
|
|
|
|
|
|
|
| A Queue variable is a structured type that groups a set of elements of the same type. |
|
|
|
|
|
|
|
| Retrieves the characteristics of a queue: types of elements and number of elements. |
|
|
|
|
|
|
|
| A Stack variable is a structured type that is used to group a set of elements of the same type. |
|
|
|
|
|
|
|
| Retrieves the characteristics of a stack: types of elements and number of elements. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|