DT: LIFO (Stack)

A LIFO (Stack) Data Table works according to the principle of Last In, First Out.

A LIFO Struct contains the following elements; all are Read Only.

Number of Rows

This is defined in the Data Table Properties

FIFO Data Table Struct

Number of Occupied Rows

This is the number of rows containing data.

Status

Check this after running a function to check status

0=No errors

-1= Data Table is full

-2= Data Table is empty

Is Full

0= Not Full

1= Full

Note that when the table is full, you cannot write data to the table

Is Empty

0= Table contains Data

1= Table is Empty

LIFO Functions

 

 

Related Topics

Data Tables

Creating a Data Table

Entering/Editing Data Table Values

DT: FIFO Queue

Data Table: Indexed (DTI)

Data Table Status Messages

Data Table Widget