3

I want to write an image array to text file when i try the result is one column which contain all values.

yassin
  • 121
  • 8

1 Answers1

1

Build up each line in the format you want, then write the whole line to file. There are suitable functions to help in the std.textio library.