1926
import java.text.*;
double arg2 = 50000.00;
String pattern = "###.00";
DecimalFormat df = new DecimalFormat(pattern);
System.out.println(arg2 + " " + pattern + " " + df.format(arg2));
50000.0 ###.00 50000.00
there is no current way to do it, but it could be added pretty easily.Thanks. Sounds promising-mouser (April 17, 2011, 10:07 AM)
a question is -- how do these apps want multiple files to be specified? as additional commandline arguments?I believe so -- for the applications listed in the OP, I think it's just:
I think I'd remember what to do with Audacity, but I imagine it would take a fair bit longer to finish because of the exporting to mp3...For comparison, I tried Audacity's procedure.-ewemoa (April 13, 2011, 06:20 AM)
To remove labels without affecting other labels: Single-click in the text of an individual label, then press the <Delete> or <Backspace> key (as appropriate) on your keyboard until the text is removed. Once the label is empty of text, press <Delete> or <Backspace> once more to delete the label. You can also remove one or more labels without affecting other labels by selecting any region extending over (or at least touching) the label edges(s), then choose Edit > Split Cut.
Then again, who enjoyed, for example, the transition from the imperial to the metric measuring system? Nothing weighed any more or less in the end, yet no one who's made the adjustment will claim that imperial was better (and your kids certainly appreciate it).lol-Ehtyar (April 14, 2011, 12:43 AM)
I either want to put in part of a name and see the number(s) I need to call them (Home, Work, Mobile) or part of a number and see the person associated with that number, or part of an address, etc.I wonder if what's mentioned at the following could be tweaked to be of any help:-davcom (April 13, 2011, 11:50 PM)