PRINT Forces Contiguous String to Next Row & Doesn't Wrap It (22022)
This article was previously published under Q22022
SUMMARY
The PRINT statement displays a contiguous string constant on the next
row below the current print position (without breaking or wrapping the
string) if printing it from the current screen column exceeds the 80th
column.
This behavior is by design. You will need to break the string into a
piece small enough to fit within the space before the 80th column to
avoid forcing the whole string to the next line (see example below).
Modification Type: |
Minor |
Last Reviewed: |
1/8/2003 |
Keywords: |
KB22022 |
|