00          version number of this ERRWAS file  DO NOT CHANGE THIS!
0  x <-"x" here means ignore any error by this subfunction
1  x <-"o" here means "ok, the display is as follows" in this format:
2  x    o Cannot allocate memory.              Up to 29 chrs allowed.
3  x   "." means that this is a "x" and cannot be replaced by a "o"
4  x
5  x
6  x
7  x
8  x
9  x
10 x Up to here, DOS doesn't generate errors, so don't bother putting an "o"
11 x <-most of these crossed locations do not generate errors or do not
12 x   generate errors which causes anything significant.
13 x
14 x |<- max. length of message->|
15 o Cannot find file
16 x
17 x
18 x
19 o Cannot find file to delete
20 o No sequential read
21 o No sequential write
22 o Cannot create new file
23 o Cannot rename file
24 x
25 x
26 x
27 x
28 x
29 x
30 x
31 x
32 x
33 o No random read
34 o No random write
35 x
36 x
37 x
38 . <-nothing happens if you put a "o" here
39 o Cannot read random block
40 o Cannot write random block
41 x
42 x
43 x
44 x
45 x
46 x
47 x
48 x
49 .
50 x
51 x
52 x
53 x
54 x
55 x
56 x
57 o Cannot create subdirectory
58 o Cannot remove subdirectory
59 o Cannot change subdirectory
60 o Cannot create new file
61 o Cannot find file
62 x
63 o Cannot read file
64 o Cannot read file
65 x
66 x
67 o Cannot change file mode
68 x
69 o Cannot duplicate handle
70 x
71 x
72 x
73 o Memory is locked
74 o Cannot change block size
75 .
76 .
77 x
78 x
79 x
80 x
81 x
82 x
83 x
84 x
85 x
86 o Cannot rename a file
87 o Cannot get/set file date/time
88 x
89 x
90 x
91 x
92 x
93 x
94 x
95 x
96 x
97 x
98 x
99 x
100x
101x
102x
103x
104x
105x
106x
107x
108x
109x
110x
111x
112x
113x
114x
115x
116x
117x
118x
119x
120x
121x
122x
123x
124x
125x
126x
127x
128x
129x
130x
131x
132x
133x
134x
135x
136x
137x
138x
139x
140x
141x
142x
143x
144x
145x
146x
147x
148x
149x
150x
151x
152x
153x
154x
155x
156x
157x
158x
159x
160x
161x
162x
163x
164x
165x
166x
167x
168x
169x
170x
171x
172x
173x
174x
175x
176x
177x
178x
179x
180x
181x
182x
183x
184x
185x
186x
187x
188x
189x
190x
191x
