2006 Oct 12 11:00 PM
Which one is good to use (Is )
WRITE SPACE TO wa_final+h_offset(20) .
OR
WRITE SPACE TO wa_final+h_offset(20) .
2006 Oct 12 11:22 PM
Which one is good to use (Is )
WRITE SPACE TO wa_final+h_offset(20) .
OR
WRITE SPACE TO wa_final+h_offset(20) .
2006 Oct 12 11:17 PM
Hi,
Both looks like the same..I don't see any difference in the code..
THanks,
Naren
2006 Oct 12 11:22 PM
2006 Oct 13 6:44 AM
Using SPACE is recommended.The difference can be noted if we have too many place to display them. In a case where the number of spaces are displayed at lot of places, eecution is faster if we use SAPe instead of ' '.