sounds to me like it's all OR's.

i don't know how you're doing that 6-digit code, but in general,
loop through all the members.

if member(whichmember).name --(or some portion of the name) 
contains "23" OR member(whichmember).name contains "666" then

listToImport.add(member(whichMember).name))


something like that?
or am i way off and maybe i should stop staring at this screen and start
staring at the nba playoffs??

--bh

Michael von Aichberger wrote:
> 
> Yes, you got that right.
> 
> My file names contain the 6-digit hex code and some other numbers, no
> comment as in yours, but that doesn't change the idea.
> 
> The idea for the Director movie would be to get the E91263 of your example
> and to pass it through a user definable filter. Thus decide if it imports
> the file or not.
> 
> Thanks in advance for telling me what to do next ;-)
> 
> -----Ursprungliche Nachricht-----
> Von: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]Im Auftrag von Colin Holgate
> Gesendet: Samstag, 1. Juni 2002 00:52
> An: [EMAIL PROTECTED]
> Betreff: Re: <lingo-l> logical terms
> 
> >Up to now, I was just able to create predefined filters with many IFs, ANDs
> >and ORs, that work fine. But I have no idea how do create those IF-, AND-
> >and OR-structures on the fly.
> 
> I think I followed all of that. An example file that had lots of red,
> a bit of blue, and not much green, might be called
> E91263_red_and_blue_roses.jpg?
> 
> If that's the case, you can be sure that the first six digits
> represent the color. Can you let me know if that is how it is, before
> I get too carried away with telling you what to do next?
> 
> --
> [To remove yourself from this list, or to change to digest mode, go to
> http://www.penworks.com/lingo-l.cgi  To post messages to the list, email
> [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is
> for learning and helping with programming Lingo.  Thanks!]
> 
> [To remove yourself from this list, or to change to digest mode, go to 
>http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
>[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
>learning and helping with programming Lingo.  Thanks!]
[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to