|
Thanks Michael but, as usual, I didn't explaine very well. I'm looking for the max length of the string. I used a sample program as a base to write excel files using POI and the RPG host variable for the file name is defined with a length of 63 (very short since it contains also the path). I don't know if I can safely extend the length of the RPG variable. Thanks again Marco --- Michael_Schutte@xxxxxxxxxxxx wrote:
The only way that I know of is to use the getBytes routine to convert the java string to a readable RPG string and then use the %Len BIF with the %Trim BIF. D getBytes PR 65535 ExtProc(*JAVA: D 'java.lang.String': D 'getBytes') D Varying RPGfileName = getBytes(fileNamex); Try our New Country Benedicts -- Breakfast with a Bob Evans twist! rpg400-l-bounces@xxxxxxxxxxxx wrote on 08/28/2006 08:33:16 AM:How to dermine the (string) length of this declaration: // File Name object D fileNamex S O Class(*JAVA:'java.lang.String') // trimmed File Name object D tfileName S O Class(*JAVA:'java.lang.String')
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
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.