INTERACT FORUM

Please login or register.

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

Author Topic: PadNumber([Track #], 3)  (Read 718 times)

slipknot

  • Galactic Citizen
  • ****
  • Posts: 255
PadNumber([Track #], 3)
« on: February 06, 2007, 11:38:24 pm »

PadNumber([Track #], 3)

Very nice, thanks.

It would be nice to be able to SPACE pad too, that way numeric fields wouldn't be cluttered with zeros, but space padding would make the numbers line up better.

 8
 9
10
11

instead of

8
9
10
11
Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 41972
  • Shoes gone again!
Re: PadNumber([Track #], 3)
« Reply #1 on: February 07, 2007, 08:47:46 am »

Next build will add an optional third parameter for the padding character.

You'll need to do this (notice the escape) to use space:
PadNumber([Track #], 3, / )
Logged
Matt Ashland, JRiver Media Center

slipknot

  • Galactic Citizen
  • ****
  • Posts: 255
Re: PadNumber([Track #], 3)
« Reply #2 on: February 08, 2007, 01:05:59 am »

Next build will add an optional third parameter for the padding character.

You'll need to do this (notice the escape) to use space:
PadNumber([Track #], 3, / )

Wow - Thank You, I've been wishing for this for years.
Logged
Pages: [1]   Go Up