[Date Prev][Date Next][Subject Prev][Subject Next][ Date Index][ Subject Index]

Re: Concatenating A Lone Ascii-13



However, unless you're doing compound concatenations, a kludge would be to GT
the literal block, and then the DC block, one after another, in text, and
simulate concatenation thereby.

 You might also consider that you can take an ordinary define block (VA!=0),
use func DM to re-open the define process, then hit a single terminal func DC,
to restore VA!=1. Among other options, you could GT the literal block, then
the DC block, redefine all as DC, and store all in one S/G. You wouldn't
necessarily have to open another screen. But its another kludge, I know.
Sorry.