How can I move to the next line with SD-LOG?

Can anyone tell me how to do a Carriage Return, (CR), Next Line, etc using the SD-LOG node?

TIA.

I’m confused. At least in the latest version of XOD, that node writes a line of output with each pulse on the W pin. The next pulse will write another line. If you are asking how to do a blank line, I’m guessing a pulse with null string for input would do the trick.

https://xod.io/docs/reference/data-types/ also indicates that you can add Carriage Return and Line Feed in the middle of a XOD string using \r and \n

1 Like

Thanks for your help, you have answered my question.
The answer was in front of me, I just needed to look more carefully.

Thanks again

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.