I'm using CAA_FILE.lib in my projet and I'm writing different strings in a text file and I want to write each one in a seperate line. I know the command in C++ "\n" but in CoDeSys V3.5 it doesn't work. Does someone know how to do it ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm using CAA_FILE.lib in my projet and I'm writing different strings in a text file and I want to write each one in a seperate line. I know the command in C++ "\n" but in CoDeSys V3.5 it doesn't work. Does someone know how to do it ?
Add $R$L to the string to get a carriage return and line feed.
it works thank you so much TimvH