Regarding list files, I wonder if we are talking about the same think. This is what my TMGTEST.lis file looks like
1 TMGTEST2 ;TMG/kst/Scratch fns for programming tests ;03/25/06, 2/2/14
2 ;;1.0;TMG-LIB;**1**;09/01/05
3 ;
4 ;"~--~--~--~--~--~--~--~--~--~--~--~--~--~--~--~--~--~--~--~--~--~--~--~--
5 ;"Copyright (c) 6/23/2015 Kevin S. Toppenberg MD
6 ;"
7 ;"This file is part of the TMG LIBRARY, and may only be used in accordence
8 ;" to license terms outlined in separate file TMGLICNS.m, which should
9 ;" always be distributed with this file.
10 ;"~--~--~--~--~--~--~--~--~--~--~--~--~--~--~--~--~--~--~--~--~--~--~--~--
11 ;
12 ;"Scratch function for various programming tests
13 A NEW Name WRITE "this is a test",!
14 read "Enter name:",Name,!
15 WRITE "Here is that name: ",Name,!
16 QUIT
17
18 B
19 NEW name
20 SET name="kevin"
21 read "input name",name,!
22 SET ^TMG("KILL LATER")=name
23 QUIT
24
-snip-
Seems to be just the same as the .m file, except with line numbers added.
Can I just delete these??
Kevin