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



>Date: Wed, 06 Mar 2002 09:31:00 -0500
>From: "Nicolay, Paul" <paul_nicolay@merck.com>
>
>MOVEL doesn't work on VARYING fields, hence I wouldn't even think about
>using MOVE on them (while it might indeed still work).

Paul, MOVE and MOVEL work on VARYING fields.  They behave exactly
the same as if the varying field was a fixed-length field of the
current length.  If varfield has a current value of 'abcde', and
you MOVEL '123' to it, it will have the value '123de'.  If you
MOVEL(P) '123', it will have the value '123  '.  Using MOVE
instead, you would get 'ab123' and '  123'.

Barbara Morris



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.