INTERACT FORUM

Please login or register.

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

Author Topic: Expression evaluator question  (Read 799 times)

risingdamp

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 419
Expression evaluator question
« on: March 26, 2005, 07:39:05 am »

There is a problem with iPOD transfer at the moment which means you have to identify and rename files where the filename is more than 31 char as discussed in this thread.  Is there a smartlist rule that will identify such files?
Logged
JLee

risingdamp

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 419
Re: Expression evaluator question
« Reply #1 on: March 26, 2005, 08:30:27 am »

Well this is one I managed to solve myself after a bit of thinking.  Here's the answer:

Quote
Create a view scheme with an advanced expression using this rule:

If(IsEqual([Filename (Name)], Mid([Filename (Name)],0,31), 1),OK,Too long)
Logged
JLee
Pages: [1]   Go Up