2007 Sep 18 5:48 PM
Hi,
Ive a little doubt.
Is there a way to change the "write" by a "move" in the next sentence?
WRITE text-r35 TO w_fnam LEFT-JUSTIFIED.
But i want the text-r35 to be left justified when its moved to w_fnam.
Regards,
Roberto.
2007 Sep 18 6:10 PM
If both fields are character and text-r35 is left justified, then the result will also be left justified whether you use MOVE or WRITE.
Rob
2007 Sep 18 6:10 PM
If both fields are character and text-r35 is left justified, then the result will also be left justified whether you use MOVE or WRITE.
Rob