|
Alan, Yer synapses are firing better 'n mind right now, (most likely...;-)...!! But should work, either Way...;-D | -----Original Message----- | From: midrange-l-bounces@xxxxxxxxxxxx | [mailto:midrange-l-bounces@xxxxxxxxxxxx]On Behalf Of alan | Sent: Friday, March 07, 2003 10:23 PM | To: Midrange Systems Technical Discussion | Subject: Re: How to do %LEN(%TRIM(&myStringVariable)) in CL program? | | | In two lines (uh, 3?), assuming &MAXLENSTR is initialized at | DCL with the declared length of &myStringVar. | | chgvar &len (&maxlenstr + 1) | subone: | chgvar &len (&len - 1) | if ((%subst(&myStringVar) &len 1) = ' ') + | then( goto subone ) | | | | I would hope there's a better way, but it's not RPG, and | it's late..<g> |
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.