I'd like to treat a file as a buffer, by writing to it (when my FIFO buffer gets full) and then reading back out of it when ready to do so. I have figured the FILEWRITE portion out, and can do a FILEREAD of the first row of data ($0D$0A), but am at a loss on how to proceed from there, either drop that row, or don't read it next time around. I think FILETRUNC works in reverse of what I need.
Am I going about this the right way or need to look at something else?