[Date Prev][Date Next][Subject Prev][Subject Next][
Date Index][
Subject Index]
Re: XYWIn
- Subject: Re: XYWIn
- From: cld@xxxxxxxx (Carl Distefano)
- Date: Thu, 30 Aug 2001 22:21:50 -0400 (EDT)
Reply to note from Morris Krok Thu, 30 Aug 2001
20:51:12 -0700
> BX es 1Q2 did the job (turning error checking off). Now this
> program works perfectly.
Glad to hear it, Morris. In v4+ programming, an introductory
BX es 1Q2 is almost always a good idea. Not only does it suppress
unwanted error beeps, it disables any non-zero default WA setting
which can reduce program execution to a crawl. And it has none of the
anomalies associated with error suppression in v3. You can use it
freely without side effects.
On a related note, did you know that you can enable ES 1 but still
have your program beep to alert the user to an error? That's the BEEP
command. Typically used with an > statement, it goes like
this:
>BX beepQ2 ...
Handy.
--
Carl Distefano
cld@xxxxxxxx
http://users.datarealm.com/xywwweb/