I want to write a txt file (just like i'd do in visual studio with c# using string writer and everything, with which i'm already very familiar)
what class and method do i use?
how does it work?
what's the X++ syntax?
|
I want to write a txt file (just like i'd do in visual studio with c# using string writer and everything, with which i'm already very familiar) what class and method do i use? how does it work? what's the X++ syntax? |
|||
|
|
|
You can use the TextIo X++ class or the CLRInterop. Here are 2 X++ jobs to demonstrate both approaches.
|
|||