Dear Forum,
According to the Wiki we can feed a FIFO table using:
echo somedata >> fifo1
How do I do the same in a Python context?
Thanks
Dear Forum,
According to the Wiki we can feed a FIFO table using:
echo somedata >> fifo1
How do I do the same in a Python context?
Thanks
Check out this section of the Python help:
derivative.ca/wiki088/index. … e_Contents
In particular, insertRow and appendRow