|
Eurrat wrote: >If you are reading... This is another plug for that %value function that I >have been asking for. Something like the value statement of basic, return >any numbers that are in the char field. > >Just a friendly reminder, and to point out, that this is the third are forth >case that has been posted on the list in less than 3 months or so. > Yes, I'm reading. Have you written a procedure for extracting numbers from a character field? If not, why not? If so, when will you make that procedure available to other RPG programmers? Let's say we agreed that a %VALUE BIF would be useful in the language. Considering current schedules and commitments, this new function won't be in the language for, say, another two years (more or less). And it will be another two or three years before all of your systems are running that release, so chances are that you wouldn't get to use the new BIF for another five years! But, if you wrote a procedure now to do this, and offered it to others, everyone could be doing this now. ... Or, you could learn Perl. To get all numbers out of a character string, you could code that in Perl as: @nums = $str =~ /\d+/g; Cheers! Hans Hans Boldt, ILE RPG Development, IBM Toronto Lab, boldt@ca.ibm.com +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to MIDRANGE-L@midrange.com. | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. | To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.