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



derek gonsalves wrote:

Hi,

I have to move a value from a 10 character field to a 2 decimal

ABC 10
xyz 2 0

I am doing a MOVEL operation to move this value to the numeric field.
Now if i have the value of ABC = 1, then the value passed on to XYZ is 10(Since it moves 1 from left, and initial value of XYZ is 00)
What is the edit code that i can use to remove the trailing Zeros before i move the character field to the numeric field.?


Try %INT. It handles "readable" numeric values in strings such as '-1.23', ignoring all blanks.
c eval xyz = %int(ABC)

It doesn't matter what value xyz had before the MOVEL. The MOVEL doesn't just move the '1'; it moves the first two characters of ABC, handling the blank as though it were '0'. (The original value of xyz would only matter if xyz was bigger than ABC.)


As an Amazon Associate we earn from qualifying purchases.

This thread ...

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.