|
This is a multipart message in MIME format.
--
[ Picked text/plain from multipart/alternative ]
Thanks for the response.
I meant (a) String s = null;
To accomplish whay I wanna do, I cretaed a simple java class to return me
a null string, but I'll try your suggestion.
I have an String type object, and I want to make it null.
D parm S O CLASS(*JAVA:'java.lang.String')
D dim(11)
D newString pr O extproc(*java : 'java.lang.String':+
D : *constructor)
D val 65535A const varying
D s s like(newString)
s = *NULL;
can I just say
parm(1)=s; or parm(1)=*NULL
Barbara Morris <bmorris@ca.ibm.com>
Sent by: rpg400-l-admin@midrange.com
08/07/2002 12:47 PM
Please respond to rpg400-l
To: rpg400-l@midrange.com
cc:
Subject: Re: how to create a null java string object in RPG
Which Java equivalent do you mean?
a. String s = null;
b. String s = "";
The RPG versions:
D StringClass c 'java.lang.String'
D newString pr O extproc(*java : StringClass
D : *constructor)
D val 65535A const varying
D s s like(newString)
a. s = *NULL;
b. s = newString ('')
_______________________________________________
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 mailing list archive is Copyright 1997-2025 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.