Skip to Content
0
Former Member
Apr 13, 2010 at 09:27 PM

How to ignore case in an IN operator

26 Views

I want the following IN statement to be case insensitive, is it possible?

StringVar array AudioFiles := ["au","mp3","wav","wmf"];

if {SRMFILE.EXTENSION} IN AudioFiles Then

(do something)