×
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.
On Thu, Feb 18, 2021 at 12:50 PM Alan Campin <alan0307d@xxxxxxxxx> wrote:
To me it is an
absolute nightmare to try to build up a huge SQL statement with all kinds
of quotes and plus.
So much easier to just build a single string with markers for quotes and
plus or other special characters.
Indeed, this is why many (most?) other programming languages have a
formalized string interpolation system, if not a full-blown templating
system. Some examples can be found here:
https://en.wikipedia.org/wiki/String_interpolation
Your method of using %SCANRPL is essentially a home-grown
interpolation system. It was indeed a significant improvement to RPG's
string handling when it was introduced.
John Y.
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.