×
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.
Hi Rob,
You're right, a space isn't a great delimiter. However, if you store
the list of values externally in a file, 1 per record, and then load
them one time into a single variable, you could use *hival for a
delimiter. Or you could go with Joe Pluta's idea of %lookup and load
them into an array, then use
Flag = (%lookup(MyFld : MyArray) > *zero);
*Peter Dow* /
Dow Software Services, Inc.
909 793-9050
pdow@xxxxxxxxxxxxxxx <mailto:pdow@xxxxxxxxxxxxxxx> /
rob@xxxxxxxxx wrote:
I'm not a big fan of implied delimiters. Then it's up to you to remember
to delimit all your entries. In your example, you used a space. Now, if
the search string contained a space...
Rob Berendt
As an Amazon Associate we earn from qualifying purchases.
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.