View Single Post
  #3  
Old 02-26-2003, 05:38 AM
 
cloud9 cloud9 is offline
 

Advanced Member
  
Join Date: Dec 2002
Posts: 43
 

Default

Yes, you can repeat the code with a different string, although the best way would be to have multiple conditions in the one If statement...

I'm not sure at the moment if the OR part is "or" or "||" but assuming the latter, it might be something like...

if $method eq "type1" || $method eq "type2" || $method eq "type3"
Reply With Quote