INTERACT FORUM
More => Old Versions => Media Center 17 => Topic started by: cron0sRXR8 on April 21, 2013, 01:12:49 pm
-
Hi,
I want rename many files with this form
video - 1
video - 2
video - 3
If I want start in 600, what is the expression?? it's 600, 601, 602...
I need an expression that work from a any number. Not only starting at number one
"video - customdata(#)"
video - 1
video - 2
video - 3
video - 4
...
I need a expression for raname doing this:
Start in 645.
video - 645
video - 646
video - 647
video - 648
...
What is the code??
many thank you!!
-
I'm not giving a solution ;D I just want to confirm this:
OMG... it's not working as it should!!!
-
If I use counter() the numbers change before start rename, it's a X-Files! :-X
please, any solution??
-
Math(600 + customdata(#)) should work.
-
works very fine! thank you friend!! :D