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



Real quick: what does this do?

%subst(string: 1: %min(10: %len(string)))

now, what does this do?

%subst(string: 1: 10)

I would actually prefer %left(string: 10), but that is not an option.

You prefer the first? I don't. I also don't see the second as sloppy. If
string is a varchar, there is no telling how long it is. %subst() tests
the second and third parameters based on the actual length, not the max
length which requires the first syntax, and even that might fail if it
encounters an empty string, so you have to test for that as well. I see
that as wasted effort. What are you going to do if the values are out of
bounds? If the second parameter is beyond the end of the string (the actual
end), If I have to test it, I am just going to use an empty string 999
times out of 1000, maybe even more. If that is not the case, then I can
test it, but why explicitly test every time? If you want to be very
explicit about everything, and don't care about readability, then you could
just program in MI. But the point of a compiler is to have it do things for
you so that you don't have to code all the crap you have to code in MI. To
make your code readable and maintainable.

On Tue, Jul 30, 2019 at 11:23 AM <dlclark@xxxxxxxxxxxxxxxx> wrote:

"MIDRANGE-L" <midrange-l-bounces@xxxxxxxxxxxxxxxxxx> wrote on 07/30/2019
11:16:35 AM:
Have you ever gotten an RNX0100 as a result of a %subst(string: start:
length) pointing beyond the end of a string? This shouldn't happen. Even
at
run-time. Instead %subst() should return an empty string, or whatever it
can if either start or length fall beyond the end of the string. Instead
if
either start or length fall beyond the end of the string, you get an
RNX0100 at run time.


Personally, I am against having a built-in function NOT tell you
that your parameters are out of range and simply return what it can. Just
my opinion, obviously, but I feel this encourages sloppy programming.


Sincerely,

Dave Clark
--
int.ext: 91078
direct: (937) 531-6378
home: (937) 751-3300

Winsupply Group Services
3110 Kettering Boulevard
Dayton, Ohio 45439 USA
(937) 294-5331





*********************************************************************************************
This email message and any attachments is for use only by the named
addressee(s) and may contain confidential, privileged and/or proprietary
information. If you have received this message in error, please
immediately notify the sender and delete and destroy the message and all
copies. All unauthorized direct or indirect use or disclosure of this
message is strictly prohibited. No right to confidentiality or privilege
is waived or lost by any error in transmission.

*********************************************************************************************
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/midrange-l.

Please contact support@xxxxxxxxxxxx for any subscription related
questions.

Help support midrange.com by shopping at amazon.com with our affiliate
link: https://amazon.midrange.com


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.