× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



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 thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.