|
I'm trying to remove the commas in a field using the folling code... D CHRIn s 17a INZ('1,100.70') D CHROut s 5a /free DoW ChrIn <> 'QUIT'; ChrOut = %replace('':ChrIN:1:%scan(',':ChrIN)+1 ); DSPLY ChrOUT ' ' ChrIN; EndDo; *INLR = *On; /end-free And it Produces the following result... DSPLY 00.70 1,100.70 But I want it to produce DSPLY 1100.70 1,100.70 Can anyone see where I'm going wrong? Thanks! Jeff Stevens Mize, Houser & Co. P.A. 913 451 1882 JStevens@xxxxxxxxxxxxxx
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.