|
This is a multipart message in MIME format.
--
[ Picked text/plain from multipart/alternative ]
The value there would be 'TCHARACTER' and not 'CHARACTERS'. But I get the
concept and it should work. Thanks.
Rob Berendt
--
"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety."
Benjamin Franklin
Terry@vtinfo.com
Sent by: rpg400-l-admin@midrange.com
06/10/2002 02:23 PM
Please respond to rpg400-l
To: rpg400-l@midrange.com
cc:
Fax to:
Subject: Re: right$
Another option....
DField S 30 Inz(' TESTCHARACTERS ')
D NewField S 10
C EVAL Newfield = %Subst(%Trimr(field) :
C %len(%Trimr(Field))-10 : 10)
Terry Richardson
Vermont Information Processing, Inc.
terry@vtinfo.com
JMoore@nycm.com
Sent by: To: rpg400-l@midrange.com
rpg400-l-admin@mi cc:
drange.com Subject: Re: right$
06/10/2002 02:59
PM
Please respond to
rpg400-l
This will work
D MYVAR S 30 INZ(' thisisseveralcharacters ')
D Field S 10
C EvalR Field = %TrimR(MYVAR)
rob@dekko.com
Sent by: To:
rpg400-l@midrange.com
rpg400-l-admin@mi cc:
drange.com Subject: right$
06/10/2002 02:42
PM
Please respond to
rpg400-l
This is a multipart message in MIME format.
--
[ Picked text/plain from multipart/alternative ]
MYVAR=' thisisseveralcharacters '
I want store the right 10 nonblank characters into a new variable.
%trim will get rid of the leading, and trailing, blanks.
Nearest way I can figure to do this is to use a 10 character field as a
work variable and evalr the %trim of MYVAR into this. Any other
suggestions?
Rob Berendt
--
"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety."
Benjamin Franklin
_______________________________________________
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.
_______________________________________________
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.
_______________________________________________
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.