|
Or use the length() method of the String object: D length PR 10I 0 ExtProc(*JAVA: D 'java.lang.String': D 'length') Eval lengthX = length(fileNamex); Eval lengthT = length(tfileName); Joe
From: Michael_Schutte@xxxxxxxxxxxx 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 Marco 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')
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.