On Thu, Jan 17, 2013 at 11:39 AM, $Bill Luebkert wrote:
> On 1/17/2013 06:26, Rothenmaier, Deane wrote:
> > Gurus,
> >
> > I’m having a problem getting Switch to work. I have a subroutine which
> is just a large switch statement, and switch statements (including a nested
> one) in the mainline cod
On 1/17/2013 06:26, Rothenmaier, Deane wrote:
> Gurus,
>
> I’m having a problem getting Switch to work. I have a subroutine which is
> just a large switch statement, and switch statements (including a nested one)
> in the mainline code. As separate programs (with the subroutine broken out
> into
Gurus,
I'm having a problem getting Switch to work. I have a subroutine which is just
a large switch statement, and switch statements (including a nested one) in the
mainline code. As separate programs (with the subroutine broken out into a stub
program), they both work perfectly. When I put th