I want to write an image array to text file when i try the result is one column which contain all values.
Asked
Active
Viewed 937 times
1 Answers
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.
-
how i can write the whole line at one line to the file – yassin May 20 '13 at 11:29
-
I think the function to do it is in std.text_io, called WriteLine. – May 20 '13 at 12:27