[Date Prev][Date Next][Subject Prev][Subject Next][
Date Index][
Subject Index]
Re: What's that XX doin' there where a backslash should be?
- Subject: Re: What's that XX doin' there where a backslash should be?
- From: Harry Binswanger hb@xxxxxxxx
- Date: Fri, 20 Feb 2004 12:46:45 -0500
Carl wrote:
What you do is create a lookup table of those numeric ERror codes, and
test for containment of in the table. Like this:
>>;*;
+"|")>;*;
...
I see. Does the literal at the beginning of the IF take up much memory (I
mean if you have a lot of such literals, throughout the pgm, not just this
one)?
I'd tend to use an IF NOT test, because there are only a few errors I
wouldn't want to see (especially "not found").
Harry Binswanger
hb@xxxxxxxx