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



Curt Penland wrote:

>I'm trying to pad a field with blanks while I put 
>the value of one field into another using the 
>EVAL opcode.
>
>What extensions within the () can I use in the 
>"EVAL()" ?
>
>I was hoping to be able to use a "P" like the 
>MOVEL(P) opcode.

I don't understand why you'd want another way to do what EVAL and MOVEL
already do.  Given that you've read the manual and tried the code for
yourself before posting, my guess is that you've posted this question
because you have a performance problem (large character variables?) on your
hands.  If you are dealing with large strings, I would strongly consider
using the new "varying" support.  "Varying" is a bit different in that the
string includes a two byte "length" count as the first two bytes, but I find
the performance superior to using arbitrarily large fixed-length character
variables.  Like I said, this is only a guess on my part.

Often, I find that if I didn't understand the question (and this one has me
stumped <grin>), it's because I didn't take the time to clarify the problem
before trying to answer.  In that vein, could you post the code in question
with a description of why it doesn't meet your needs?

Buck Calabro
+---
| This is the RPG/400 Mailing List!
| To submit a new message, send your mail to RPG400-L@midrange.com.
| To subscribe to this list send email to RPG400-L-SUB@midrange.com.
| To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---


As an Amazon Associate we earn from qualifying purchases.

This thread ...


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.