This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
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