× 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.



D NumWrong 3u 0
D Count1       3u 0    Dim( 5 )
D Count2       3u 0    Dim( 5 )
 
// NumWrong = 0
// Count1(i) = 8
// Count2(i) = 29
 
NumWrong += %uns( %abs( Count1(i) - Count2(i) ) );
// or
NumWrong += %abs( Count1(i) - Count2(i) );
 
Receiver value too small to hold result. 
 
I don't quite understand why this is failing.
I'm taking the absolute value, which should be 21.  Also, even after I
convert it to %uns (which I don't think I have to do) it fails.
 
Any ideas?
 
Kurt Anderson
Application Developer
Highsmith Inc.
W5527 State Road 106, P.O. Box 800
Fort Atkinson, WI 53538-0800
TEL (920) 563-9571  FAX (920) 563-7395
EMAIL kjanderson@xxxxxxxxxxxxx
 

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.