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



Not sure, but %int may cause a conversion to binary (may be slow)

You can use %char(%rem(%dec(ellevenFour: 7: 0): 100)) ;

That will eliminate decimal places, eliminate the first digits if the
number is bigger than 99 and convert to char.  If your variable is 11 .
4 it can hold values > 99.

On 5/23/19 4:53 PM, Booth Martin wrote:
%int().   ah, yes.  Glad I asked.  Knew about %int() yet I didn't
connect the dots.  Thank you,

As to the decimal places:  The same conversation that "guaranteed"
it'd never be over 99 also assured me there'd never be fractional
quantities,  We had > 99 within 72 hours; I am going with truncating
and no leading zeros.

%char(%int()) it shall be then.

Thank you Jon.


On 5/23/2019 9:41 AM, Jon Paris wrote:
twoDigitChar = %Char(%Int(ellevenFour));

Would be one approach.  But should the decimals round or just be
truncated?  What do you want if the number is (say) 0.1234 - do you
want the zero or blanks? If there is only one significant digit do
you want leading zero or blanks? Or perhaps a single digit number
should be left aligned in the char field.

Can't talk to "best practice" without an adequate spec Booth.


Jon Paris

www.partner400.com
www.SystemiDeveloper.com


-- Este e-mail fue enviado desde el Mail Server del diario ABC Color --
-- Verificado por Anti-Virus Corporativo Symantec --

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.