|
There are a couple of things to watch for with atoi(). It's limited to the size of an integer and returns zero when it sees zero or an error. You should use it only when you're already sure you have valid numeric characters and won't cause overflow. atol() handles larger numbers--long integers, but has the same error handling. > -----Original Message----- > From: Walter_Hesius@xxxxxx [mailto:Walter_Hesius@xxxxxx] > Sent: Thursday, April 10, 2003 1:04 AM > To: RPG programming on the AS400 / iSeries > Subject: Re: NumberField = AlphaField in rpg/free > > > > > > > > Hi, > > I use a little procedure to accomplish this: > > dStringToInt Pr 10i 0 ExtProc('atoi') > d String * Options(*string) Value > > /free > NumberField = StringToInt(AlfaField); > /end-free > > Works with all kinds of lengths. > > _______________________________________________ > NOTICE: All e-mail sent to or from this e-mail address will be received or otherwise recorded by The Sharper Image corporate e-mail system and is subject to archival, monitoring, review by and/or disclosure to Sharper Image security and other management. This message is intended only for the use of the addressee and may contain information that is privileged and confidential. The contents of this message may contain personal views which are not the views of The Sharper Image. If you are not the intended recipient, dissemination of this communication is prohibited.
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.