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)