When using INPUT commands in AcroBasic programs, it is possible for the program to get STUCK. If the program is running and waiting on INPUT and then halted, subsequent calls to run will get an error.
P00>run
Program Stuck
To recover from this condition clear the reserved program flag shown in this list for the program in question.
PROGRAM | Bit # |
0 | 1035 |
1 | 1067 |
2 | 1099 |
3 | 1131 |
4 | 1163 |
5 | 1195 |
6 | 1227 |
7 | 1259 |
8 | 1291 |
9 | 1323 |
10 | 1355 |
11 | 1387 |
12 | 1419 |
13 | 1451 |
14 | 1483 |
15 | 1515 |
JW 16-May-2012