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



Actually richard i did.  sorry miss typed.
the thing is this program works on a v4r5 machine.  all i did was ftp it
over to 5.1 and recompile.
i've been able to get it to work by moving the arrays to fields, but it just
doesn't make sense to me why i should have to do that.
is it possible i've found a BUG here.

-----Original Message-----
From: Richard B Baird [mailto:rbaird@esourceconsulting.com]
Sent: Monday, January 21, 2002 4:28 PM
To: rpg400-l@midrange.com
Subject: RE: %trim on V5.1



is the data in field2 right justified?  if so, try putting trim around
field2  -  ie:
eval field1 = %trim(field1) + ' ' + %trim(field2)

----original message----
what i mean is that i still have spaces in the result.  just seems to
ignore
the %trim.
i've started playing around, trying to figure out what is going on and this
is what i have found.

. The first part of the %trim is pulling data from a compile time array.
  such as eval field1 = ary(1)
         eval field1 = %trim(field1) + ' ' + field2

. if i create a field defined the same size as the array, inz it with the
same value as the array, it works.

_______________________________________________
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
To post a message email: RPG400-L@midrange.com
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/cgi-bin/listinfo/rpg400-l
or email: RPG400-L-request@midrange.com
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.


As an Amazon Associate we earn from qualifying purchases.

This thread ...


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.