× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Pete,

>>4) Arithmetic ops:  ADD, SUB, etc.  As many have already

>Probably not necessary. With the new compiler directives, this is less of a
>problem. AFAIK, the problem only surfaces if intermediate results are
>required. You can always do multiple free-format operations and accomplish
>the same thing, although an increment/decrement operation would be nice.

It is not just an intermediate result problem; you can have issues
even with single math free-form operations regardless of the directive
settings or use of BIFs.

An EVAL will always trigger an error on overflow.  This is intentional
and a good thing -- but it is not compatible with math opcodes.  For
example, the infamous (and hideous) date conversion MULT variants
which intentionally cause overflow do not work with EVAL.  (Actually,
I think the compiler should watch for these and refuse to compile them
-- even with MULT! <g>)

+---
| This is the Midrange System Mailing List!
| To submit a new message, send your mail to MIDRANGE-L@midrange.com.
| To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
| To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.