Hello again,

My code section was this:

Serin2 serpin,36081,250,Main,[Wait("A"),DEC3 Apt, dec1 Event] '4/20/13 New changes
BusyOut = 1
pause 10

if Event = 1 then DispAlarm1
if Event = 2 then DispAlarm2
If Event - 3 then PrntRestore

This line: (If Event - 3 then PrntRestore) should have been (If Event = 3 then PrntRestore)

The error was having a - instead of =.

Problem solved by going back and slowly putting the previously changed code back in piece by piece and testing
each change.

Have a nice day!

BobK