|
Hi All,
Looking the code below,
f_to_w = File.open(""); // display file open dialog
p_ind= aaa*bbb ;
print(f_to_w, p_ind +", " );
I want to write sth in file without "automatically appended" new line... I want to see all in one line. But the current print() adds new line for each call?
Any solution would be appreciated...
John...
|