Msg: 4622 *Conference*

08-23-93 13:27:42

From: DREW BLANCHAR

To : BURTON HOLLABAUGH

Subj: REPLY TO MSG #4618 (UNWANTED CR'S)

"MERGE" is the BASIC function that allows .DO files to be appended to a .BA
file (that you are in when using the MERGE function)
    
Upon leaving the .BA program, the complete file is saved in tokenized BASIC.
   
As for the return of carriage returns, I'm wondering whether it is ascii 10 or
ascii 13 or both.  Many screen displays will show a 10  
 (from a word processor) as a 10+13 and some programs (telcom and printer)
translate 13 to 13+10 (LF = LF+CR)
    
Just wondering,  -d