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



You could get the same results without VARYING if you use the %TRIMR()
built-in function.
-Bob


-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx]
On Behalf Of Steffan, Otto (GE Consumer Finance)
Sent: Monday, May 31, 2004 1:20 PM
To: RPG programming on the AS400 / iSeries
Subject: RE: Prototyping a constructor of java String class

Hello Bob,

neither do I, but VARYING works perfect in my programs. Not having this
keyword in the prototype, the string object gets full content of a char
parameter including any trailing blanks. getBytes method returning Varying
character value has exhibited it to me (hope I did not make a mistake in my
conclusions). On the other hand having this keyword on, the string object
gets current length of parameter.
I am always been facing the problem that when I declare the size of char
parameter to N in the prototype, it occurs afterwards that I would need to
create another longer string object. Hence my question if 65535 size can be
specified.

regards
Otto Steffan



-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx]On
Behalf Of Bob Cozzi
Sent: Monday, May 31, 2004 4:42 PM
To: 'RPG programming on the AS400 / iSeries'
Subject: RE: Prototyping a constructor of java String class


I'm no Java expert, but I think VARYING is not applicable to the prototype.
Also if you use CONST and OPTIONS(*VARSIZE) you may pass a value of any
length and the compiler will (probably) not generate a temporary
variable--it'll pass the original value by reference. Of course if you
specify a literal for the parameter (as in your example) then the compiler
will (probably) generate a temp variable.
-Bob


--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
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 ...

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.