[Date Prev][Date Next][Subject Prev][Subject Next][
Date Index][
Subject Index]
Re: Testing $X
- Subject: Re: Testing $X
- From: Carl Distefano cld@xxxxxxxx
- Date: Thu, 25 Sep 2008 22:34:39 -0400
Reply to note from Harry Binswanger Thu, 25 Sep
2008 21:54:52 -0400
Harry:
> Here's how I call it:
>
> {{5$Hsav}} test of new September 23, 2008 Enter routine
Quite possibly your default EB is not being reset because of a
mistake in your code. When the routine branches to PrsCMline, you
wait to issue (to restore the defaults) until *after* the
routine launched by PrsCMline executes. But what if that routine
crashes? Execution never returns to your frame -- you never reach
the "" at the very end of your frame.
Study the placement of "" in the code I posted earlier today.
--
Carl Distefano
cld@xxxxxxxx