INTERACT FORUM
More => Old Versions => Media Center 11 (Development Ended) => Topic started by: risingdamp on March 24, 2005, 08:33:06 am
-
I'm trying to create a view scheme or smartlist that will list files where the 3rd character of the filename is not a hyphen (look don't ask okay!). I used this rule in a view scheme with build 220 but it doesn't work:
-mid([Filename (name)],2,1)=-
I believe that's supposed to return characater number 3 (used 2 because it starts at 0 followed by 1 because I only want one character returning). I also tried these:
-mid([Filename (name)],3,1)=-
-mid([Filename (name)],2,1)="-"
-mid([Filename (name)],3,1)="-"
What am I doing wrong?