|
-- -- [ Picked text/plain from multipart/alternative ] *duh* as usual you are right. 15/5. but what is the %dec bif? --------------------------------------------------------- Booth Martin http://www.MartinVT.com Booth@MartinVT.com --------------------------------------------------------- -------Original Message------- From: rpg400-l@midrange.com Date: Friday, June 21, 2002 03:01:32 PM To: rpg400-l@midrange.com Subject: Re: move vs eval Booth Martin wrote: > Lets say I have two fields: one Dec12 (12/5) and one Alph15 (15Alpha) > I wish the 12/5 (value of 1.5) to be in the 15Alpha field as > 000000000150000' > > I can do: > C Z-Add Dec12 Tmp15 15 0 > C Move Tmp15 Alph15 > > Now: how do I do the equivalent with Eval? First of all, that bit of code won't do it. I think you want to declare the temp field as 15,5, not 15,0. Now, on to the task at hand. Try something like: alpha = %editc(%dec(num:15:5):'X'); Cheers! Hans _______________________________________________ This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list To post a message email: RPG400-L@midrange.com To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/cgi-bin/listinfo/rpg400-l or email: RPG400-L-request@midrange.com Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l. . -- [ Content of type image/gif deleted ] --
As an Amazon Associate we earn from qualifying purchases.
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.