DAT execute and fifo DAT?

Can you tell a little about how to use the “datexec” and “fifo” DATs?

Thanks
A

The DAT Execute watches another DAT and when its contents change, then the script in the DAT Execute executes.

The FIFO DAT is a simple first in first out queue. You can add rows to it by using table commands or by echoing directly to it. When the max number of rows is reached, then the oldest (first in) data is thrown out.

I’ve filled in the Help page for the FIFO DAT.

thanks ben