INTERACT FORUM

Please login or register.

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

Author Topic: how to rename files not starting at number one?? counter(#) don't work!  (Read 1500 times)

cron0sRXR8

  • Galactic Citizen
  • ****
  • Posts: 296

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!!
Logged

DaremoS

  • World Citizen
  • ***
  • Posts: 146
  • Rock is not just music... is a way of living

I'm not giving a solution  ;D I just want to confirm this:
OMG... it's not working as it should!!!
Logged

cron0sRXR8

  • Galactic Citizen
  • ****
  • Posts: 296

If I use counter() the numbers change before start rename, it's a X-Files!  :-X

please, any solution??
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.

Math(600 + customdata(#)) should work.
Logged
The opinions I express represent my own folly.

cron0sRXR8

  • Galactic Citizen
  • ****
  • Posts: 296

works very fine! thank you friend!!  :D
Logged
Pages: [1]   Go Up