|
Dan: If you want 'pure' RPG, perhaps changing the content of a work field is something you can live with (though it might confuse later maintenance). If you don't mind stepping outside of RPG, the are C library functions that can help. See the 'strpbrk' -- Find Characters in String -- function for example. 'strpbrk' locates the first occurrence in the string pointed to by string1 of any character from the string pointed to by string2; i.e., pass in a couple string pointers -- the first points to your test string, the second points to your list of characters -- and it returns a pointer to the first character that matches or a null pointer if no match. Should implement pretty easily for you. Tom Liotta rpg400-l-request@xxxxxxxxxxxx wrote: > 2. RE: multiple search arguments in one scan? (Dan Bale) > >Doesn't this change the value of TextField if any of the search characters >are found? > >Otherwise, that seems like it should work. I'd just change the target of >the %xlate to a throwaway field. -- Tom Liotta The PowerTech Group, Inc. 19426 68th Avenue South Kent, WA 98032 Phone 253-872-7788 x313 Fax 253-872-7904 http://www.powertech.com __________________________________________________________________ Switch to Netscape Internet Service. As low as $9.95 a month -- Sign up today at http://isp.netscape.com/register Netscape. Just the Net You Need. New! Netscape Toolbar for Internet Explorer Search from anywhere on the Web and block those annoying pop-ups. Download now at http://channels.netscape.com/ns/search/install.jsp
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.