How can I search for files between two values.
Eg DSCF1458 and DSCF1563
How can I search for files between two values
Moderators: Hacker, petermad, Stefan2, white
How can I search for files between two values
/Trast
Excuse my bad English and spelling.
Excuse my bad English and spelling.

Well, TC doesn't allow comparing strings in such way. However you can try creating some regular expression like DSCF145[8-9]|DSCF14[6-9][0-9]|DSCF15[0-5][0-9]|DSCF156[0-3] or using something like Script Content Plugin. Also maybe some plugin allows extracting numbers from filenames, it will be useful too.
2Trast
Try: Search in plugins
Plugin: TC Property: Name OP: RegEx Value:
DSCF(145[89]|14[6-9][0-9]|15[0-5][0-9]|156[0-3])
Image: http://rghost.net/7BPPFHMHw/image.png
Try: Search in plugins
Plugin: TC Property: Name OP: RegEx Value:
DSCF(145[89]|14[6-9][0-9]|15[0-5][0-9]|156[0-3])
Image: http://rghost.net/7BPPFHMHw/image.png
It's impossible to lead us astray for we don't care even to choose the way.
#259941, TC 11.01 x64, Windows 7 SP1 x64
#259941, TC 11.01 x64, Windows 7 SP1 x64