04-14-2016 04:11 AM
Hi,
Had anyone implemented LIFO using Labview. Can help to share/advise? I understand that labview has FIFO but not LIFO.
Solved! Go to Solution.
04-14-2016 04:24 AM
Just use the Enqueue Element From Opposite End. That adds elements to the front of the queue, making it a LIFO.
04-14-2016 08:06 PM
Thanks crossrulz!! It should be useful for my project. Thanks a million.