RE: if (thePath) contains similar text
RE: if (thePath) contains similar text
- Subject: RE: if (thePath) contains similar text
- From: "Brandon Carpenter" <email@hidden>
- Date: Fri, 13 Jul 2001 09:49:33 -0500
Thanks Steve,
I had attempted something like this, but with only one else if statement.
Thank you for the direction.
Brandon
"Goodman,
Steve" To: email@hidden, 'Brandon Carpenter'
<sgoodman@ltc <email@hidden>
group.com> cc:
Subject: RE: if (thePath) contains similar text
07/13/01
09:42 AM
>
Anyone have a hint?
Change you "If" statements to be "else if" and put the "bcb" check before
the "bc"
if (thePath) contains "FC" then
display dialog "Its a FC"
else if (thePath) contains "BCB" then
display dialog "Its a BCB"
else if (thePath) contains "BC" then
display dialog "Its a BC"
else if (thePath) contains "DISC" then
display dialog "Its a DISC"
end if
Steve Goodman
>
Six|12 - THE LTC GROUP
>
>
......."Duct tape is like the force, it has a light side and a dark side
>
and
>
it holds the universe together."------Unknown