INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: How to use the MID evaluator in smartlists?  (Read 665 times)

risingdamp

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 419
How to use the MID evaluator in smartlists?
« 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?
Logged
JLee
Pages: [1]   Go Up