Msg: 4596 *Conference*

08-13-93 11:55:24

From: CARROLL LEWIS

To : ALL

Subj: FILE STORAGE

 If you peek at RAM:
  
    10 FOR K=32768 TO 38800:PRINTCHR$(PEEK(K));:NEXT:MENU
 
   (This program takes about two minutes to run)
 
 When peeking at a ".DO" it appears quite normal, however when peeking at a
".BA" the only truely normal text is that which is inside quote marks. 
 
  What is the language that a ".BA" file is stored in? Is it assembly, machine,
or..?
 
-CARROLL-