|
BTW, if CatPath was defined as a varying field, you would be able to do: CatPath = CatPath + 'cat=' + %char(CatArr(i)) + '&'; And in V5R4 I think you can even do: CatPath += ('cat=' + %char(CatArr(i)) + '&'); I'm not trying to avoid the BIF issue, just pointing out that you can do a whole lot of optimizing (repetitive %trims can be pretty sluggish). Joe
From: Brad Stone I am working with a customer who it appears seems to have a problem with the %trim BIF. The statemenat is: C eval CatPath = %trim(CatPath) + C 'cat=' + C %trim(%editc(CatArr(i):'Z')) + C '&'
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.