[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[IDV #FBG-952105]: Movie Capture, %count% with format



Patrick,

> %count% will define 1,2,3...,10
> I would like 01,02,03,..,10 to get a sorted list file.
> 
> How to define filename template with a counter on 2 digits ?
> Something like %count:02d%, but it does not work.
> 

Good suggestion. This is in the nightly build.  The format is as above:
%count:some decimal format%

The decimal formatting we use is the Java format described here:
http://java.sun.com/j2se/1.4.2/docs/api/java/text/DecimalFormat.html

So, your 2 digit formatting above would be:
%count:00%

-Jeff


Ticket Details
===================
Ticket ID: FBG-952105
Department: Support IDV
Priority: Normal
Status: Closed